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
show all
Defined in:
(unknown)

Overview

Returned by:

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:

  • (Array<Types::ClusterListEntry>)

    Each ClusterListEntry object contains a cluster\'s state, a cluster\'s ID, and other important status information.

#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)

    HTTP requests are stateless.