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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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>)


34176
34177
34178
34179
34180
34181
# File 'lib/aws-sdk-ec2/types.rb', line 34176

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

#offering_idString

The offering ID of the reservation.

Returns:

  • (String)


34176
34177
34178
34179
34180
34181
# File 'lib/aws-sdk-ec2/types.rb', line 34176

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