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).
57016 57017 57018 57019 57020 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57016 class InstanceTypeItem < Struct.new( :instance_type) SENSITIVE = [] include Aws::Structure end |