Class: Aws::Imagebuilder::Types::CreateDistributionConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::CreateDistributionConfigurationRequest
- 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 completes no more than one time.
-
#description ⇒ String
The description of the distribution configuration.
-
#distributions ⇒ Array<Types::Distribution>
The distributions of the distribution configuration.
-
#dry_run ⇒ Boolean
Validates the required permissions and request parameters without making the request.
-
#name ⇒ String
The name of the distribution configuration.
-
#tags ⇒ Hash<String,String>
The tags of the distribution configuration.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier you provide to ensure that the operation completes no more than one time. If this token matches a previous request, the service ignores the request, but does not return an error. 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.
1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 1370 class CreateDistributionConfigurationRequest < Struct.new( :name, :description, :distributions, :tags, :client_token, :dry_run) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the distribution configuration.
1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 1370 class CreateDistributionConfigurationRequest < Struct.new( :name, :description, :distributions, :tags, :client_token, :dry_run) SENSITIVE = [] include Aws::Structure end |
#distributions ⇒ Array<Types::Distribution>
The distributions of the distribution configuration.
1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 1370 class CreateDistributionConfigurationRequest < Struct.new( :name, :description, :distributions, :tags, :client_token, :dry_run) SENSITIVE = [] include Aws::Structure end |
#dry_run ⇒ Boolean
Validates the required permissions and request parameters without
making the request. If validation succeeds, the operation returns a
DryRunOperationException error response.
1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 1370 class CreateDistributionConfigurationRequest < Struct.new( :name, :description, :distributions, :tags, :client_token, :dry_run) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the distribution configuration.
1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 1370 class CreateDistributionConfigurationRequest < Struct.new( :name, :description, :distributions, :tags, :client_token, :dry_run) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags of the distribution configuration.
1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 1370 class CreateDistributionConfigurationRequest < Struct.new( :name, :description, :distributions, :tags, :client_token, :dry_run) SENSITIVE = [] include Aws::Structure end |