Class: Aws::PCS::Types::ComputeNodeGroupConfiguration

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

Overview

The compute node group configuration for a queue.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compute_node_group_idString

The compute node group ID for the compute node group configuration.

Returns:

  • (String)


346
347
348
349
350
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 346

class ComputeNodeGroupConfiguration < Struct.new(
  :compute_node_group_id)
  SENSITIVE = []
  include Aws::Structure
end