Class: Aws::Snowball::Types::ListCompatibleImagesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::ListCompatibleImagesResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-snowball/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compatible_images ⇒ Array<Types::CompatibleImage>
A JSON-formatted object that describes a compatible AMI, including the ID and name for a Snow device AMI.
-
#next_token ⇒ String
Because HTTP requests are stateless, this is the starting point for your next list of returned images.
Instance Attribute Details
#compatible_images ⇒ Array<Types::CompatibleImage>
A JSON-formatted object that describes a compatible AMI, including the ID and name for a Snow device AMI.
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_token ⇒ String
Because HTTP requests are stateless, this is the starting point for your next list of returned images.
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 |