Class: Aws::EC2::Types::InstanceTypeItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::InstanceTypeItem
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
An instance type name or wildcard pattern in an instance type specification.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_type ⇒ String
The instance type or wildcard pattern (for example,
t3.*orm5.large).
Instance Attribute Details
#instance_type ⇒ String
The instance type or wildcard pattern (for example, t3.* or
m5.large).
57082 57083 57084 57085 57086 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57082 class InstanceTypeItem < Struct.new( :instance_type) SENSITIVE = [] include Aws::Structure end |