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

Overview

Contains a cluster's state, a cluster's ID, and other important information.

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_idString

The 39-character ID for the cluster that you want to list, for example CID123e4567-e89b-12d3-a456-426655440000.

Returns:

  • (String)

    The 39-character ID for the cluster that you want to list, for example CID123e4567-e89b-12d3-a456-426655440000.

#cluster_stateString

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

Returns:

  • (String)

    The current state of this cluster.

#creation_dateTime

The creation date for this cluster.

Returns:

  • (Time)

    The creation date for this cluster.

#descriptionString

Defines an optional description of the cluster, for example Environmental Data Cluster-01.

Returns:

  • (String)

    Defines an optional description of the cluster, for example Environmental Data Cluster-01.