class Aws::Snowball::Types::Ec2AmiResource

A JSON-formatted object that contains the IDs for an Amazon Machine Image (AMI), including the Amazon EC2 AMI ID and the Snow device AMI ID. Each AMI has these two IDs to simplify identifying the AMI in both the AWS Cloud and on the device.

@note When making an API call, you may pass Ec2AmiResource

data as a hash:

    {
      ami_id: "AmiId", # required
      snowball_ami_id: "String",
    }

@!attribute [rw] ami_id

The ID of the AMI in Amazon EC2.
@return [String]

@!attribute [rw] snowball_ami_id

The ID of the AMI on the Snow device.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/Ec2AmiResource AWS API Documentation

Constants

SENSITIVE