Class: Aws::EC2::Types::InstanceTypeItem

Inherits:
Struct
  • Object
show all
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 Attribute Details

#instance_typeString

The instance type or wildcard pattern (for example, t3.* or m5.large).

Returns:

  • (String)


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