Class: Aws::Snowball::Types::ListClustersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::ListClustersRequest
- Defined in:
- gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The number of
ClusterListEntry
objects to return. -
#next_token ⇒ String
HTTP requests are stateless.
Instance Attribute Details
#max_results ⇒ Integer
The number of ClusterListEntry
objects to return.
1790 1791 1792 1793 1794 1795 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1790 class ListClustersRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
1790 1791 1792 1793 1794 1795 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1790 class ListClustersRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |