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

Class: Aws::Snowball::Types::CompatibleImage

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

Overview

A JSON-formatted object that describes a compatible Amazon Machine Image (AMI), including the ID and name for a Snow device AMI. This AMI is compatible with the device's physical hardware requirements, and it should be able to be run in an SBE1 instance on the device.

Instance Attribute Summary collapse

Instance Attribute Details

#ami_idString

The unique identifier for an individual Snow device AMI.

Returns:

  • (String)

    The unique identifier for an individual Snow device AMI.

#nameString

The optional name of a compatible image.

Returns:

  • (String)

    The optional name of a compatible image.