Class: Aws::Snowball::Types::ListCompatibleImagesResult

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-snowball/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compatible_imagesArray<Types::CompatibleImage>

A JSON-formatted object that describes a compatible AMI, including the ID and name for a Snow device AMI.

Returns:



1849
1850
1851
1852
1853
1854
# File 'lib/aws-sdk-snowball/types.rb', line 1849

class ListCompatibleImagesResult < Struct.new(
  :compatible_images,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Because HTTP requests are stateless, this is the starting point for your next list of returned images.

Returns:

  • (String)


1849
1850
1851
1852
1853
1854
# File 'lib/aws-sdk-snowball/types.rb', line 1849

class ListCompatibleImagesResult < Struct.new(
  :compatible_images,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end