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

Class: Aws::EC2::Types::CapacityReservationSpecificationResponse

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

Overview

Describes the instance's Capacity Reservation targeting preferences. The action returns the capacityReservationPreference response element if the instance is configured to run in On-Demand capacity, or if it is configured in run in any open Capacity Reservation that has matching attributes (instance type, platform, Availability Zone). The action returns the capacityReservationTarget response element if the instance explicily targets a specific Capacity Reservation or Capacity Reservation group.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_reservation_preferenceString

Describes the instance\'s Capacity Reservation preferences. Possible preferences include:

  • open - The instance can run in any open Capacity Reservation that has matching attributes (instance type, platform, Availability Zone).

  • none - The instance avoids running in a Capacity Reservation even if one is available. The instance runs in On-Demand capacity.

    Possible values:

    • open
    • none

Returns:

  • (String)

    Describes the instance\'s Capacity Reservation preferences.

#capacity_reservation_targetTypes::CapacityReservationTargetResponse

Information about the targeted Capacity Reservation or Capacity Reservation group.

Returns: