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

Class: Aws::Imagebuilder::Types::Ami

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

Overview

Details of an EC2 AMI.

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The account ID of the owner of the AMI.

Returns:

  • (String)

    The account ID of the owner of the AMI.

#descriptionString

The description of the EC2 AMI. Minimum and maximum length are in characters.

Returns:

  • (String)

    The description of the EC2 AMI.

#imageString

The AMI ID of the EC2 AMI.

Returns:

  • (String)

    The AMI ID of the EC2 AMI.

#nameString

The name of the EC2 AMI.

Returns:

  • (String)

    The name of the EC2 AMI.

#regionString

The AWS Region of the EC2 AMI.

Returns:

  • (String)

    The AWS Region of the EC2 AMI.

#stateTypes::ImageState

Image state shows the image status and the reason for that status.

Returns:

  • (Types::ImageState)

    Image state shows the image status and the reason for that status.