You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Snowball::Types::ClusterListEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::ClusterListEntry
- Defined in:
- (unknown)
Overview
Contains a cluster's state, a cluster's ID, and other important information.
Instance Attribute Summary collapse
-
#cluster_id ⇒ String
The 39-character ID for the cluster that you want to list, for example
CID123e4567-e89b-12d3-a456-426655440000
. -
#cluster_state ⇒ String
The current state of this cluster.
-
#creation_date ⇒ Time
The creation date for this cluster.
-
#description ⇒ String
Defines an optional description of the cluster, for example
Environmental Data Cluster-01
.
Instance Attribute Details
#cluster_id ⇒ String
The 39-character ID for the cluster that you want to list, for example
CID123e4567-e89b-12d3-a456-426655440000
.
#cluster_state ⇒ String
The current state of this cluster. For information about the state of a specific node, see JobListEntry$JobState.
Possible values:
- AwaitingQuorum
- Pending
- InUse
- Complete
- Cancelled
#creation_date ⇒ Time
The creation date for this cluster.
#description ⇒ String
Defines an optional description of the cluster, for example
Environmental Data Cluster-01
.