Class: Aws::Snowball::Types::ListClustersResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::ListClustersResult
- Defined in:
- gems/aws-sdk-snowball/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.
1874 1875 1876 1877 1878 1879 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1874 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.
1874 1875 1876 1877 1878 1879 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1874 class ListClustersResult < Struct.new( :cluster_list_entries, :next_token) SENSITIVE = [] include Aws::Structure end |