Class: Aws::CloudFront::Types::UpdateDistributionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb

Overview

The request to update a distribution.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#distribution_configTypes::DistributionConfig

The distribution's configuration information.



12484
12485
12486
12487
12488
12489
12490
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12484

class UpdateDistributionRequest < Struct.new(
  :distribution_config,
  :id,
  :if_match)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The distribution's id.

Returns:

  • (String)


12484
12485
12486
12487
12488
12489
12490
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12484

class UpdateDistributionRequest < Struct.new(
  :distribution_config,
  :id,
  :if_match)
  SENSITIVE = []
  include Aws::Structure
end

#if_matchString

The value of the ETag header that you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.

Returns:

  • (String)


12484
12485
12486
12487
12488
12489
12490
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12484

class UpdateDistributionRequest < Struct.new(
  :distribution_config,
  :id,
  :if_match)
  SENSITIVE = []
  include Aws::Structure
end