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

Class: Aws::EC2::Types::GetHostReservationPurchasePreviewRequest

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

Overview

Note:

When passing GetHostReservationPurchasePreviewRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  host_id_set: ["DedicatedHostId"], # required
  offering_id: "OfferingId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#host_id_setArray<String>

The IDs of the Dedicated Hosts with which the reservation is associated.

Returns:

  • (Array<String>)

    The IDs of the Dedicated Hosts with which the reservation is associated.

#offering_idString

The offering ID of the reservation.

Returns:

  • (String)

    The offering ID of the reservation.