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

#arn ⇒ String

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

Returns:

  • (String) —

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

#date_created ⇒ String

The date on which the infrastructure configuration was created.

Returns:

  • (String) —

    The date on which the infrastructure configuration was created.

#date_updated ⇒ String

The date on which the infrastructure configuration was last updated.

Returns:

  • (String) —

    The date on which the infrastructure configuration was last updated.

#description ⇒ String

The description of the infrastructure configuration.

Returns:

  • (String) —

    The description of the infrastructure configuration.

#name ⇒ String

The name of the infrastructure configuration.

Returns:

  • (String) —

    The name of the infrastructure configuration.

#resource_tags ⇒ Hash<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.

#tags ⇒ Hash<String,String>

The tags of the infrastructure configuration.

Returns:

  • (Hash<String,String>) —

    The tags of the infrastructure configuration.