Class: Aws::Snowball::Types::ListClustersRequest

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 number of ‘ClusterListEntry` objects to return.

Returns:

  • (Integer)


1790
1791
1792
1793
1794
1795
# File 'lib/aws-sdk-snowball/types.rb', line 1790

class ListClustersRequest < 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 ‘ClusterListEntry` objects, you have the option of specifying `NextToken` as the starting point for your returned list.

Returns:

  • (String)


1790
1791
1792
1793
1794
1795
# File 'lib/aws-sdk-snowball/types.rb', line 1790

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