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 Amazon Web Services PCS uses to launch compute nodes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_typeString

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

Example: t2.xlarge

Returns:

  • (String)


984
985
986
987
988
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 984

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