Class: Aws::EC2::Types::InstanceTypeSpecification

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

Overview

Describes the instance type compatibility rules for an AMI, including lists of supported and unsupported instance type patterns.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#supported_instance_types ⇒ Array<Types::InstanceTypeItem>

The instance types that the AMI supports.

Returns:



57397
57398
57399
57400
57401
57402
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57397

class InstanceTypeSpecification < Struct.new(
  :supported_instance_types,
  :unsupported_instance_types)
  SENSITIVE = []
  include Aws::Structure
end

#unsupported_instance_types ⇒ Array<Types::InstanceTypeItem>

The instance types that the AMI does not support.

Returns:



57397
57398
57399
57400
57401
57402
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57397

class InstanceTypeSpecification < Struct.new(
  :supported_instance_types,
  :unsupported_instance_types)
  SENSITIVE = []
  include Aws::Structure
end