class Aws::CloudFront::Types::DeleteStreamingDistributionRequest

The request to delete a streaming distribution.

@note When making an API call, you may pass DeleteStreamingDistributionRequest

data as a hash:

    {
      id: "string", # required
      if_match: "string",
    }

@!attribute [rw] id

The distribution ID.
@return [String]

@!attribute [rw] if_match

The value of the `ETag` header that you received when you disabled
the streaming distribution. For example: `E2QWRUHAPOMQZL`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteStreamingDistributionRequest AWS API Documentation

Constants

SENSITIVE