Class: Aws::PCS::Types::ComputeNodeGroupSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::PCS::Types::ComputeNodeGroupSummary
- Defined in:
- gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb
Overview
The object returned by the ListComputeNodeGroups
API action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The unique Amazon Resource Name (ARN) of the compute node group.
-
#cluster_id ⇒ String
The ID of the cluster of the compute node group.
-
#created_at ⇒ Time
The date and time the resource was created.
-
#id ⇒ String
The generated unique ID of the compute node group.
-
#modified_at ⇒ Time
The date and time the resource was modified.
-
#name ⇒ String
The name that identifies the compute node group.
-
#status ⇒ String
The provisioning status of the compute node group.
Instance Attribute Details
#arn ⇒ String
The unique Amazon Resource Name (ARN) of the compute node group.
419 420 421 422 423 424 425 426 427 428 429 |
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 419 class ComputeNodeGroupSummary < Struct.new( :name, :id, :arn, :cluster_id, :created_at, :modified_at, :status) SENSITIVE = [] include Aws::Structure end |
#cluster_id ⇒ String
The ID of the cluster of the compute node group.
419 420 421 422 423 424 425 426 427 428 429 |
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 419 class ComputeNodeGroupSummary < Struct.new( :name, :id, :arn, :cluster_id, :created_at, :modified_at, :status) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time the resource was created.
419 420 421 422 423 424 425 426 427 428 429 |
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 419 class ComputeNodeGroupSummary < Struct.new( :name, :id, :arn, :cluster_id, :created_at, :modified_at, :status) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The generated unique ID of the compute node group.
419 420 421 422 423 424 425 426 427 428 429 |
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 419 class ComputeNodeGroupSummary < Struct.new( :name, :id, :arn, :cluster_id, :created_at, :modified_at, :status) SENSITIVE = [] include Aws::Structure end |
#modified_at ⇒ Time
The date and time the resource was modified.
419 420 421 422 423 424 425 426 427 428 429 |
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 419 class ComputeNodeGroupSummary < Struct.new( :name, :id, :arn, :cluster_id, :created_at, :modified_at, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name that identifies the compute node group.
419 420 421 422 423 424 425 426 427 428 429 |
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 419 class ComputeNodeGroupSummary < Struct.new( :name, :id, :arn, :cluster_id, :created_at, :modified_at, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The provisioning status of the compute node group.
419 420 421 422 423 424 425 426 427 428 429 |
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 419 class ComputeNodeGroupSummary < Struct.new( :name, :id, :arn, :cluster_id, :created_at, :modified_at, :status) SENSITIVE = [] include Aws::Structure end |