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

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

Overview

Note:

When making an API call, you may pass GetHostReservationPurchasePreviewRequest data as a hash:

{
  host_id_set: ["String"], # required
  offering_id: "String", # 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>)


19847
19848
19849
19850
19851
# File 'lib/aws-sdk-ec2/types.rb', line 19847

class GetHostReservationPurchasePreviewRequest < Struct.new(
  :host_id_set,
  :offering_id)
  include Aws::Structure
end

#offering_idString

The offering ID of the reservation.

Returns:

  • (String)


19847
19848
19849
19850
19851
# File 'lib/aws-sdk-ec2/types.rb', line 19847

class GetHostReservationPurchasePreviewRequest < Struct.new(
  :host_id_set,
  :offering_id)
  include Aws::Structure
end