Class: Aws::Imagebuilder::Types::CreateDistributionConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::CreateDistributionConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Unique, case-sensitive identifier you provide to ensure idempotency of the request.
-
#description ⇒ String
The description of the distribution configuration.
-
#distributions ⇒ Array<Types::Distribution>
The distributions of the distribution configuration.
-
#name ⇒ String
The name of the distribution configuration.
-
#tags ⇒ Hash<String,String>
The tags of the distribution configuration.
Instance Attribute Details
#client_token ⇒ String
Unique, case-sensitive identifier you provide to ensure idempotency of the request. 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.
[1]: docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
1197 1198 1199 1200 1201 1202 1203 1204 1205 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 1197 class CreateDistributionConfigurationRequest < Struct.new( :name, :description, :distributions, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the distribution configuration.
1197 1198 1199 1200 1201 1202 1203 1204 1205 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 1197 class CreateDistributionConfigurationRequest < Struct.new( :name, :description, :distributions, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#distributions ⇒ Array<Types::Distribution>
The distributions of the distribution configuration.
1197 1198 1199 1200 1201 1202 1203 1204 1205 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 1197 class CreateDistributionConfigurationRequest < Struct.new( :name, :description, :distributions, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the distribution configuration.
1197 1198 1199 1200 1201 1202 1203 1204 1205 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 1197 class CreateDistributionConfigurationRequest < Struct.new( :name, :description, :distributions, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags of the distribution configuration.
1197 1198 1199 1200 1201 1202 1203 1204 1205 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 1197 class CreateDistributionConfigurationRequest < Struct.new( :name, :description, :distributions, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |