You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Snowball::Types::ListClustersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::ListClustersRequest
- Defined in:
- (unknown)
Overview
Note:
When passing ListClustersRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
max_results: 1,
next_token: "String",
}
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The number of
ClusterListEntryobjects to return. -
#next_token ⇒ String
HTTP requests are stateless.
Instance Attribute Details
#max_results ⇒ Integer
The number of ClusterListEntry objects to return.
#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.