Class: Aws::Snowball::Types::ClusterListEntry

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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

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)


184
185
186
187
188
189
190
191
# File '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_stateString

The current state of this cluster. For information about the state of a specific node, see JobListEntry$JobState.

Returns:

  • (String)


184
185
186
187
188
189
190
191
# File '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_dateTime

The creation date for this cluster.

Returns:

  • (Time)


184
185
186
187
188
189
190
191
# File 'lib/aws-sdk-snowball/types.rb', line 184

class ClusterListEntry < Struct.new(
  :cluster_id,
  :cluster_state,
  :creation_date,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

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

Returns:

  • (String)


184
185
186
187
188
189
190
191
# File 'lib/aws-sdk-snowball/types.rb', line 184

class ClusterListEntry < Struct.new(
  :cluster_id,
  :cluster_state,
  :creation_date,
  :description)
  SENSITIVE = []
  include Aws::Structure
end