Class: Aws::CloudFront::Types::DeleteStreamingDistributionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::DeleteStreamingDistributionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
The request to delete a streaming distribution.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The distribution ID.
-
#if_match ⇒ String
The value of the ‘ETag` header that you received when you disabled the streaming distribution.
Instance Attribute Details
#id ⇒ String
The distribution ID.
3267 3268 3269 3270 3271 3272 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 3267 class DeleteStreamingDistributionRequest < Struct.new( :id, :if_match) SENSITIVE = [] include Aws::Structure end |
#if_match ⇒ String
The value of the ‘ETag` header that you received when you disabled the streaming distribution. For example: `E2QWRUHAPOMQZL`.
3267 3268 3269 3270 3271 3272 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 3267 class DeleteStreamingDistributionRequest < Struct.new( :id, :if_match) SENSITIVE = [] include Aws::Structure end |