Class: Aws::Snowball::Types::ListCompatibleImagesRequest

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

#max_resultsInteger

The maximum number of results for the list of compatible images. Currently, a Snowball Edge device can store 10 AMIs.

Returns:

  • (Integer)


1830
1831
1832
1833
1834
1835
# File 'lib/aws-sdk-snowball/types.rb', line 1830

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

#next_tokenString

HTTP requests are stateless. To identify what object comes “next” in the list of compatible images, you can specify a value for ‘NextToken` as the starting point for your list of returned images.

Returns:

  • (String)


1830
1831
1832
1833
1834
1835
# File 'lib/aws-sdk-snowball/types.rb', line 1830

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