Class: Aws::Imagebuilder::Types::DistributionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::DistributionConfiguration
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
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 this distribution configuration was created.
-
#date_updated ⇒ String
The date on which this distribution configuration was last updated.
-
#description ⇒ String
The description of the distribution configuration.
-
#distributions ⇒ Array<Types::Distribution>
The distribution objects that apply Region-specific settings for the deployment of the image to targeted Regions.
-
#name ⇒ String
The name of the distribution configuration.
-
#tags ⇒ Hash<String,String>
The tags of the distribution configuration.
-
#timeout_minutes ⇒ Integer
The maximum duration in minutes for this distribution configuration.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the distribution configuration.
1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 1860 class DistributionConfiguration < Struct.new( :arn, :name, :description, :distributions, :timeout_minutes, :date_created, :date_updated, :tags) SENSITIVE = [] include Aws::Structure end |
#date_created ⇒ String
The date on which this distribution configuration was created.
1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 1860 class DistributionConfiguration < Struct.new( :arn, :name, :description, :distributions, :timeout_minutes, :date_created, :date_updated, :tags) SENSITIVE = [] include Aws::Structure end |
#date_updated ⇒ String
The date on which this distribution configuration was last updated.
1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 1860 class DistributionConfiguration < Struct.new( :arn, :name, :description, :distributions, :timeout_minutes, :date_created, :date_updated, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the distribution configuration.
1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 1860 class DistributionConfiguration < Struct.new( :arn, :name, :description, :distributions, :timeout_minutes, :date_created, :date_updated, :tags) SENSITIVE = [] include Aws::Structure end |
#distributions ⇒ Array<Types::Distribution>
The distribution objects that apply Region-specific settings for the deployment of the image to targeted Regions.
1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 1860 class DistributionConfiguration < Struct.new( :arn, :name, :description, :distributions, :timeout_minutes, :date_created, :date_updated, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the distribution configuration.
1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 1860 class DistributionConfiguration < Struct.new( :arn, :name, :description, :distributions, :timeout_minutes, :date_created, :date_updated, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags of the distribution configuration.
1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 1860 class DistributionConfiguration < Struct.new( :arn, :name, :description, :distributions, :timeout_minutes, :date_created, :date_updated, :tags) SENSITIVE = [] include Aws::Structure end |
#timeout_minutes ⇒ Integer
The maximum duration in minutes for this distribution configuration.
1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 1860 class DistributionConfiguration < Struct.new( :arn, :name, :description, :distributions, :timeout_minutes, :date_created, :date_updated, :tags) SENSITIVE = [] include Aws::Structure end |