Class: Aws::Snowball::Types::ListClustersResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::ListClustersResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-snowball/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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.
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.
1810 1811 1812 1813 1814 1815 |
# File 'lib/aws-sdk-snowball/types.rb', line 1810 class ListClustersResult < Struct.new( :cluster_list_entries, :next_token) SENSITIVE = [] include Aws::Structure end |
#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.
1810 1811 1812 1813 1814 1815 |
# File 'lib/aws-sdk-snowball/types.rb', line 1810 class ListClustersResult < Struct.new( :cluster_list_entries, :next_token) SENSITIVE = [] include Aws::Structure end |