Class: Aws::CloudFront::Types::UpdateStreamingDistributionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateStreamingDistributionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
The request to update a streaming distribution.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The streaming distribution’s id.
-
#if_match ⇒ String
The value of the ‘ETag` header that you received when retrieving the streaming distribution’s configuration.
-
#streaming_distribution_config ⇒ Types::StreamingDistributionConfig
The streaming distribution’s configuration information.
Instance Attribute Details
#id ⇒ String
The streaming distribution’s id.
12654 12655 12656 12657 12658 12659 12660 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12654 class UpdateStreamingDistributionRequest < Struct.new( :streaming_distribution_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end |
#if_match ⇒ String
The value of the ‘ETag` header that you received when retrieving the streaming distribution’s configuration. For example: ‘E2QWRUHAPOMQZL`.
12654 12655 12656 12657 12658 12659 12660 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12654 class UpdateStreamingDistributionRequest < Struct.new( :streaming_distribution_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end |
#streaming_distribution_config ⇒ Types::StreamingDistributionConfig
The streaming distribution’s configuration information.
12654 12655 12656 12657 12658 12659 12660 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12654 class UpdateStreamingDistributionRequest < Struct.new( :streaming_distribution_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end |