Class: Aws::EC2::Types::GetHostReservationPurchasePreviewRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::GetHostReservationPurchasePreviewRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#host_id_set ⇒ Array<String>
The IDs of the Dedicated Hosts with which the reservation is associated.
-
#offering_id ⇒ String
The offering ID of the reservation.
Instance Attribute Details
#host_id_set ⇒ Array<String>
The IDs of the Dedicated Hosts with which the reservation is associated.
37243 37244 37245 37246 37247 37248 |
# File 'lib/aws-sdk-ec2/types.rb', line 37243 class GetHostReservationPurchasePreviewRequest < Struct.new( :host_id_set, :offering_id) SENSITIVE = [] include Aws::Structure end |
#offering_id ⇒ String
The offering ID of the reservation.
37243 37244 37245 37246 37247 37248 |
# File 'lib/aws-sdk-ec2/types.rb', line 37243 class GetHostReservationPurchasePreviewRequest < Struct.new( :host_id_set, :offering_id) SENSITIVE = [] include Aws::Structure end |