Class: Aws::Snowball::Types::ListClustersResult

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-snowball/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_list_entriesArray<Types::ClusterListEntry>

Each ‘ClusterListEntry` object contains a cluster’s state, a cluster’s ID, and other important status information.

Returns:



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_tokenString

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.

Returns:

  • (String)


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