Class: Aws::Imagebuilder::Types::InfrastructureConfigurationSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-imagebuilder/types.rb

Overview

The infrastructure used when building Amazon EC2 AMIs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4589

class InfrastructureConfigurationSummary < Struct.new(
  :arn,
  :name,
  :description,
  :date_created,
  :date_updated,
  :resource_tags,
  :tags,
  :instance_types,
  :instance_profile_name,
  :placement)
  SENSITIVE = []
  include Aws::Structure
end

#date_createdString

The date on which the infrastructure configuration was created.

Returns:

  • (String)


4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4589

class InfrastructureConfigurationSummary < Struct.new(
  :arn,
  :name,
  :description,
  :date_created,
  :date_updated,
  :resource_tags,
  :tags,
  :instance_types,
  :instance_profile_name,
  :placement)
  SENSITIVE = []
  include Aws::Structure
end

#date_updatedString

The date on which the infrastructure configuration was last updated.

Returns:

  • (String)


4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4589

class InfrastructureConfigurationSummary < Struct.new(
  :arn,
  :name,
  :description,
  :date_created,
  :date_updated,
  :resource_tags,
  :tags,
  :instance_types,
  :instance_profile_name,
  :placement)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the infrastructure configuration.

Returns:

  • (String)


4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4589

class InfrastructureConfigurationSummary < Struct.new(
  :arn,
  :name,
  :description,
  :date_created,
  :date_updated,
  :resource_tags,
  :tags,
  :instance_types,
  :instance_profile_name,
  :placement)
  SENSITIVE = []
  include Aws::Structure
end

#instance_profile_nameString

The instance profile of the infrastructure configuration.

Returns:

  • (String)


4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4589

class InfrastructureConfigurationSummary < Struct.new(
  :arn,
  :name,
  :description,
  :date_created,
  :date_updated,
  :resource_tags,
  :tags,
  :instance_types,
  :instance_profile_name,
  :placement)
  SENSITIVE = []
  include Aws::Structure
end

#instance_typesArray<String>

The instance types of the infrastructure configuration.

Returns:

  • (Array<String>)


4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4589

class InfrastructureConfigurationSummary < Struct.new(
  :arn,
  :name,
  :description,
  :date_created,
  :date_updated,
  :resource_tags,
  :tags,
  :instance_types,
  :instance_profile_name,
  :placement)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the infrastructure configuration.

Returns:

  • (String)


4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4589

class InfrastructureConfigurationSummary < Struct.new(
  :arn,
  :name,
  :description,
  :date_created,
  :date_updated,
  :resource_tags,
  :tags,
  :instance_types,
  :instance_profile_name,
  :placement)
  SENSITIVE = []
  include Aws::Structure
end

#placementTypes::Placement

The instance placement settings that define where the instances that are launched from your image will run.

Returns:



4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4589

class InfrastructureConfigurationSummary < Struct.new(
  :arn,
  :name,
  :description,
  :date_created,
  :date_updated,
  :resource_tags,
  :tags,
  :instance_types,
  :instance_profile_name,
  :placement)
  SENSITIVE = []
  include Aws::Structure
end

#resource_tagsHash<String,String>

The tags attached to the image created by Image Builder.

Returns:

  • (Hash<String,String>)


4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4589

class InfrastructureConfigurationSummary < Struct.new(
  :arn,
  :name,
  :description,
  :date_created,
  :date_updated,
  :resource_tags,
  :tags,
  :instance_types,
  :instance_profile_name,
  :placement)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags of the infrastructure configuration.

Returns:

  • (Hash<String,String>)


4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4589

class InfrastructureConfigurationSummary < Struct.new(
  :arn,
  :name,
  :description,
  :date_created,
  :date_updated,
  :resource_tags,
  :tags,
  :instance_types,
  :instance_profile_name,
  :placement)
  SENSITIVE = []
  include Aws::Structure
end