Class: Aws::CloudFront::Types::DeleteStreamingDistributionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::DeleteStreamingDistributionRequest
- Defined in:
- gems/aws-sdk-cloudfront/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.
3612 3613 3614 3615 3616 3617 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 3612 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
.
3612 3613 3614 3615 3616 3617 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 3612 class DeleteStreamingDistributionRequest < Struct.new( :id, :if_match) SENSITIVE = [] include Aws::Structure end |