Class: Aws::PCS::Types::ClusterSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pcs/types.rb

Overview

The object returned by the ‘ListClusters` API action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The unique Amazon Resource Name (ARN) of the cluster.

Returns:

  • (String)


201
202
203
204
205
206
207
208
209
210
# File 'lib/aws-sdk-pcs/types.rb', line 201

class ClusterSummary < Struct.new(
  :name,
  :id,
  :arn,
  :created_at,
  :modified_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time the resource was created.

Returns:

  • (Time)


201
202
203
204
205
206
207
208
209
210
# File 'lib/aws-sdk-pcs/types.rb', line 201

class ClusterSummary < Struct.new(
  :name,
  :id,
  :arn,
  :created_at,
  :modified_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The generated unique ID of the cluster.

Returns:

  • (String)


201
202
203
204
205
206
207
208
209
210
# File 'lib/aws-sdk-pcs/types.rb', line 201

class ClusterSummary < Struct.new(
  :name,
  :id,
  :arn,
  :created_at,
  :modified_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#modified_atTime

The date and time the resource was modified.

Returns:

  • (Time)


201
202
203
204
205
206
207
208
209
210
# File 'lib/aws-sdk-pcs/types.rb', line 201

class ClusterSummary < Struct.new(
  :name,
  :id,
  :arn,
  :created_at,
  :modified_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name that identifies the cluster.

Returns:

  • (String)


201
202
203
204
205
206
207
208
209
210
# File 'lib/aws-sdk-pcs/types.rb', line 201

class ClusterSummary < Struct.new(
  :name,
  :id,
  :arn,
  :created_at,
  :modified_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The provisioning status of the cluster.

<note markdown=“1”> The provisioning status doesn’t indicate the overall health of the cluster.

</note>

Returns:

  • (String)


201
202
203
204
205
206
207
208
209
210
# File 'lib/aws-sdk-pcs/types.rb', line 201

class ClusterSummary < Struct.new(
  :name,
  :id,
  :arn,
  :created_at,
  :modified_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end