Class: Aws::Imagebuilder::Types::UpdateDistributionConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::UpdateDistributionConfigurationRequest
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier you provide to ensure that the operation runs no more than one time.
-
#description ⇒ String
The description of the distribution configuration.
-
#distribution_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the distribution configuration that you want to update.
-
#distributions ⇒ Array<Types::Distribution>
The distribution settings for the configuration.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier you provide to ensure that the operation runs no more than one time. If you retry a request with the same client token, Image Builder returns the original response without running the operation again. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.
A suitable default value is auto-generated. You should normally not need to pass this option.
9279 9280 9281 9282 9283 9284 9285 9286 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 9279 class UpdateDistributionConfigurationRequest < Struct.new( :distribution_configuration_arn, :description, :distributions, :client_token) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the distribution configuration.
9279 9280 9281 9282 9283 9284 9285 9286 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 9279 class UpdateDistributionConfigurationRequest < Struct.new( :distribution_configuration_arn, :description, :distributions, :client_token) SENSITIVE = [] include Aws::Structure end |
#distribution_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the distribution configuration that you want to update.
9279 9280 9281 9282 9283 9284 9285 9286 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 9279 class UpdateDistributionConfigurationRequest < Struct.new( :distribution_configuration_arn, :description, :distributions, :client_token) SENSITIVE = [] include Aws::Structure end |
#distributions ⇒ Array<Types::Distribution>
The distribution settings for the configuration. Each entry defines how output images are distributed in one target Amazon Web Services Region. A Region can appear at most once in the list. This list replaces the configuration's existing distributions entirely.
9279 9280 9281 9282 9283 9284 9285 9286 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 9279 class UpdateDistributionConfigurationRequest < Struct.new( :distribution_configuration_arn, :description, :distributions, :client_token) SENSITIVE = [] include Aws::Structure end |