Class: Aws::PCS::Types::ComputeNodeGroupSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The unique Amazon Resource Name (ARN) of the compute node group.

Returns:

  • (String)


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_idString

The ID of the cluster of the compute node group.

Returns:

  • (String)


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_atTime

The date and time the resource was created.

Returns:

  • (Time)


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

#idString

The generated unique ID of the compute node group.

Returns:

  • (String)


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_atTime

The date and time the resource was modified.

Returns:

  • (Time)


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

#nameString

The name that identifies the compute node group.

Returns:

  • (String)


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

#statusString

The provisioning status of the compute node group.

The provisioning status doesn't indicate the overall health of the compute node group.

Returns:

  • (String)


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