Class: Aws::Imagebuilder::Types::DistributionConfigurationSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the distribution configuration.

Returns:

  • (String)


2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2387

class DistributionConfigurationSummary < Struct.new(
  :arn,
  :name,
  :description,
  :date_created,
  :date_updated,
  :tags,
  :regions)
  SENSITIVE = []
  include Aws::Structure
end

#date_createdString

The date on which the distribution configuration was created.

Returns:

  • (String)


2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2387

class DistributionConfigurationSummary < Struct.new(
  :arn,
  :name,
  :description,
  :date_created,
  :date_updated,
  :tags,
  :regions)
  SENSITIVE = []
  include Aws::Structure
end

#date_updatedString

The date on which the distribution configuration was updated.

Returns:

  • (String)


2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2387

class DistributionConfigurationSummary < Struct.new(
  :arn,
  :name,
  :description,
  :date_created,
  :date_updated,
  :tags,
  :regions)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the distribution configuration.

Returns:

  • (String)


2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2387

class DistributionConfigurationSummary < Struct.new(
  :arn,
  :name,
  :description,
  :date_created,
  :date_updated,
  :tags,
  :regions)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the distribution configuration.

Returns:

  • (String)


2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2387

class DistributionConfigurationSummary < Struct.new(
  :arn,
  :name,
  :description,
  :date_created,
  :date_updated,
  :tags,
  :regions)
  SENSITIVE = []
  include Aws::Structure
end

#regionsArray<String>

A list of Regions where the container image is distributed to.

Returns:

  • (Array<String>)


2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2387

class DistributionConfigurationSummary < Struct.new(
  :arn,
  :name,
  :description,
  :date_created,
  :date_updated,
  :tags,
  :regions)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags associated with the distribution configuration.

Returns:

  • (Hash<String,String>)


2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2387

class DistributionConfigurationSummary < Struct.new(
  :arn,
  :name,
  :description,
  :date_created,
  :date_updated,
  :tags,
  :regions)
  SENSITIVE = []
  include Aws::Structure
end