Class: Aws::Imagebuilder::Types::DistributionConfigurationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::DistributionConfigurationSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
A high-level overview of a distribution configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the distribution configuration.
-
#date_created ⇒ String
The date on which the distribution configuration was created.
-
#date_updated ⇒ String
The date on which the distribution configuration was updated.
-
#description ⇒ String
The description of the distribution configuration.
-
#name ⇒ String
The name of the distribution configuration.
-
#regions ⇒ Array<String>
A list of Regions where the container image is distributed to.
-
#tags ⇒ Hash<String,String>
The tags associated with the distribution configuration.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the distribution configuration.
2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2397 class DistributionConfigurationSummary < Struct.new( :arn, :name, :description, :date_created, :date_updated, :tags, :regions) SENSITIVE = [] include Aws::Structure end |
#date_created ⇒ String
The date on which the distribution configuration was created.
2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2397 class DistributionConfigurationSummary < Struct.new( :arn, :name, :description, :date_created, :date_updated, :tags, :regions) SENSITIVE = [] include Aws::Structure end |
#date_updated ⇒ String
The date on which the distribution configuration was updated.
2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2397 class DistributionConfigurationSummary < Struct.new( :arn, :name, :description, :date_created, :date_updated, :tags, :regions) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the distribution configuration.
2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2397 class DistributionConfigurationSummary < Struct.new( :arn, :name, :description, :date_created, :date_updated, :tags, :regions) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the distribution configuration.
2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2397 class DistributionConfigurationSummary < Struct.new( :arn, :name, :description, :date_created, :date_updated, :tags, :regions) SENSITIVE = [] include Aws::Structure end |
#regions ⇒ Array<String>
A list of Regions where the container image is distributed to.
2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2397 class DistributionConfigurationSummary < Struct.new( :arn, :name, :description, :date_created, :date_updated, :tags, :regions) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags associated with the distribution configuration.
2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2397 class DistributionConfigurationSummary < Struct.new( :arn, :name, :description, :date_created, :date_updated, :tags, :regions) SENSITIVE = [] include Aws::Structure end |