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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-imagebuilder/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

#arn ⇒ String

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

Returns:

  • (String)


3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3004

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.

Returns:

  • (String)


3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3004

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.

Returns:

  • (String)


3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3004

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.

Returns:

  • (String)


3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3004

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.

Returns:

  • (String)


3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3004

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

#regions ⇒ Array<String>

A list of the Regions that the distribution configuration distributes images to.

Returns:

  • (Array<String>)


3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3004

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.

Returns:

  • (Hash<String,String>)


3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3004

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