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

Class: Aws::Snowball::Types::Ec2AmiResource

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

Overview

Note:

When passing Ec2AmiResource as input to an Aws::Client method, you can use a vanilla Hash:

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

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.

Instance Attribute Summary collapse

Instance Attribute Details

#ami_idString

The ID of the AMI in Amazon EC2.

Returns:

  • (String)

    The ID of the AMI in Amazon EC2.

#snowball_ami_idString

The ID of the AMI on the Snow device.

Returns:

  • (String)

    The ID of the AMI on the Snow device.