Class: Aws::CloudFront::Types::UpdateStreamingDistributionRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#idString

The streaming distribution’s id.

Returns:

  • (String)


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_matchString

The value of the ‘ETag` header that you received when retrieving the streaming distribution’s configuration. For example: ‘E2QWRUHAPOMQZL`.

Returns:

  • (String)


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_configTypes::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