Class: Aws::EC2::Types::InstanceTypeInfoFromInstanceRequirements

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

The list of instance types with the specified instance attributes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_typeString

The matching instance type.

Returns:

  • (String)


41812
41813
41814
41815
41816
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41812

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