Class: Aws::Snowball::Types::ClusterListEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::ClusterListEntry
- Defined in:
- gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb
Overview
Contains a cluster's state, a cluster's ID, and other important information.
Constant Summary collapse
- SENSITIVE =
[]
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
.
184 185 186 187 188 189 190 191 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 184 class ClusterListEntry < Struct.new( :cluster_id, :cluster_state, :creation_date, :description) SENSITIVE = [] include Aws::Structure end |
#cluster_state ⇒ String
The current state of this cluster. For information about the state of a specific node, see JobListEntry$JobState.
184 185 186 187 188 189 190 191 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 184 class ClusterListEntry < Struct.new( :cluster_id, :cluster_state, :creation_date, :description) SENSITIVE = [] include Aws::Structure end |
#creation_date ⇒ Time
The creation date for this cluster.
184 185 186 187 188 189 190 191 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 184 class ClusterListEntry < Struct.new( :cluster_id, :cluster_state, :creation_date, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Defines an optional description of the cluster, for example
Environmental Data Cluster-01
.
184 185 186 187 188 189 190 191 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 184 class ClusterListEntry < Struct.new( :cluster_id, :cluster_state, :creation_date, :description) SENSITIVE = [] include Aws::Structure end |