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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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>)


34429
34430
34431
34432
34433
34434
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34429

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

#offering_idString

The offering ID of the reservation.

Returns:

  • (String)


34429
34430
34431
34432
34433
34434
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34429

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