Class: Aws::PCS::Types::InstanceConfig

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

Overview

An EC2 instance configuration PCS uses to launch compute nodes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_typeString

The EC2 instance type that PCS can provision in the compute node group.

Example: t2.xlarge

Returns:

  • (String)


1125
1126
1127
1128
1129
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1125

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