Class: Aws::PCS::Types::InstanceConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::PCS::Types::InstanceConfig
- 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_type ⇒ String
The EC2 instance type that Amazon Web Services PCS can provision in the compute node group.
Instance Attribute Details
#instance_type ⇒ String
The EC2 instance type that Amazon Web Services PCS can provision in the compute node group.
Example: t2.xlarge
988 989 990 991 992 |
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 988 class InstanceConfig < Struct.new( :instance_type) SENSITIVE = [] include Aws::Structure end |