Class: Aws::Types::PurchaseHostReservationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PurchaseHostReservationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#currency_code ⇒ "USD"
Returns the value of attribute currency_code.
-
#host_id_set ⇒ ::Array[::String]
Returns the value of attribute host_id_set.
-
#limit_price ⇒ ::String
Returns the value of attribute limit_price.
-
#offering_id ⇒ ::String
Returns the value of attribute offering_id.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
15465 15466 15467 |
# File 'sig/types.rbs', line 15465 def client_token @client_token end |
#currency_code ⇒ "USD"
Returns the value of attribute currency_code.
15466 15467 15468 |
# File 'sig/types.rbs', line 15466 def currency_code @currency_code end |
#host_id_set ⇒ ::Array[::String]
Returns the value of attribute host_id_set.
15467 15468 15469 |
# File 'sig/types.rbs', line 15467 def host_id_set @host_id_set end |
#limit_price ⇒ ::String
Returns the value of attribute limit_price.
15468 15469 15470 |
# File 'sig/types.rbs', line 15468 def limit_price @limit_price end |
#offering_id ⇒ ::String
Returns the value of attribute offering_id.
15469 15470 15471 |
# File 'sig/types.rbs', line 15469 def offering_id @offering_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
15470 15471 15472 |
# File 'sig/types.rbs', line 15470 def tag_specifications @tag_specifications end |