Class: Aws::PCS::Types::ClusterSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::PCS::Types::ClusterSummary
- 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
-
#arn ⇒ String
The unique Amazon Resource Name (ARN) of the cluster.
-
#created_at ⇒ Time
The date and time the resource was created.
-
#id ⇒ String
The generated unique ID of the cluster.
-
#modified_at ⇒ Time
The date and time the resource was modified.
-
#name ⇒ String
The name that identifies the cluster.
-
#status ⇒ String
The provisioning status of the cluster.
Instance Attribute Details
#arn ⇒ String
The unique Amazon Resource Name (ARN) of the cluster.
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_at ⇒ Time
The date and time the resource was created.
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 |
#id ⇒ String
The generated unique ID of the cluster.
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_at ⇒ Time
The date and time the resource was modified.
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 |
#name ⇒ String
The name that identifies the cluster.
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 |
#status ⇒ String
The provisioning status of the cluster.
<note markdown=“1”> The provisioning status doesn’t indicate the overall health of the cluster.
</note>
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 |