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.
2073 2074 2075 2076 2077 2078 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2073 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.
2073 2074 2075 2076 2077 2078 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2073 class ListClustersResult < Struct.new( :cluster_list_entries, :next_token) SENSITIVE = [] include Aws::Structure end |