You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Snowball::Types::ListClustersResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::ListClustersResult
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#cluster_list_entries ⇒ Array<Types::ClusterListEntry>
Each
ClusterListEntryobject contains a cluster\'s state, a cluster\'s ID, and other important status information. -
#next_token ⇒ String
HTTP requests are stateless.
Instance Attribute Details
#cluster_list_entries ⇒ Array<Types::ClusterListEntry>
Each ClusterListEntry object contains a cluster\'s state, a cluster\'s
ID, and other important status information.
#next_token ⇒ String
HTTP requests are stateless. If you use the automatically generated
NextToken value in your next ClusterListEntry call, your list of
returned clusters will start from this point in the array.