Class: Aws::Types::GetHostReservationPurchasePreviewRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetHostReservationPurchasePreviewRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#host_id_set ⇒ ::Array[::String]
Returns the value of attribute host_id_set.
-
#offering_id ⇒ ::String
Returns the value of attribute offering_id.
Instance Attribute Details
#host_id_set ⇒ ::Array[::String]
Returns the value of attribute host_id_set.
9912 9913 9914 |
# File 'sig/types.rbs', line 9912 def host_id_set @host_id_set end |
#offering_id ⇒ ::String
Returns the value of attribute offering_id.
9913 9914 9915 |
# File 'sig/types.rbs', line 9913 def offering_id @offering_id end |