Class: Aws::Snowball::Types::ListCompatibleImagesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::ListCompatibleImagesResult
- Defined in:
- gems/aws-sdk-snowball/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.
2120 2121 2122 2123 2124 2125 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2120 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.
2120 2121 2122 2123 2124 2125 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2120 class ListCompatibleImagesResult < Struct.new( :compatible_images, :next_token) SENSITIVE = [] include Aws::Structure end |