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.
13039 13040 13041 13042 13043 13044 13045 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 13039 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`.
13039 13040 13041 13042 13043 13044 13045 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 13039 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.
13039 13040 13041 13042 13043 13044 13045 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 13039 class UpdateStreamingDistributionRequest < Struct.new( :streaming_distribution_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end |