You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::InstanceTypeOffering

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The instance types offered.

Instance Attribute Summary collapse

Instance Attribute Details

#instance_typeString

The instance type. For more information, see Instance Types in the Amazon Elastic Compute Cloud User Guide.

Returns:

  • (String)

    The instance type.

#locationString

The identifier for the location. This depends on the location type. For example, if the location type is region, the location is the Region code (for example, us-east-2.)

Returns:

  • (String)

    The identifier for the location.

#location_typeString

The location type.

Possible values:

  • region
  • availability-zone
  • availability-zone-id

Returns:

  • (String)

    The location type.