Class: Aws::CloudFront::Types::UpdateDistributionWithStagingConfigRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of the primary distribution to which you are copying a staging distribution's configuration.

Returns:

  • (String)


12554
12555
12556
12557
12558
12559
12560
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12554

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

#if_matchString

The current versions (ETag values) of both primary and staging distributions. Provide these in the following format:

<primary ETag>, <staging ETag>

Returns:

  • (String)


12554
12555
12556
12557
12558
12559
12560
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12554

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

#staging_distribution_idString

The identifier of the staging distribution whose configuration you are copying to the primary distribution.

Returns:

  • (String)


12554
12555
12556
12557
12558
12559
12560
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12554

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