You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The infrastructure used when building EC2 AMIs.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)

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

#date_createdString

The date on which the infrastructure configuration was created.

Returns:

  • (String)

    The date on which the infrastructure configuration was created.

#date_updatedString

The date on which the infrastructure configuration was last updated.

Returns:

  • (String)

    The date on which the infrastructure configuration was last updated.

#descriptionString

The description of the infrastructure configuration.

Returns:

  • (String)

    The description of the infrastructure configuration.

#nameString

The name of the infrastructure configuration.

Returns:

  • (String)

    The name of the infrastructure configuration.

#resource_tagsHash<String,String>

The tags attached to the image created by Image Builder.

Returns:

  • (Hash<String,String>)

    The tags attached to the image created by Image Builder.

#tagsHash<String,String>

The tags of the infrastructure configuration.

Returns:

  • (Hash<String,String>)

    The tags of the infrastructure configuration.