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.
15762 15763 15764 |
# File 'sig/types.rbs', line 15762 def client_token @client_token end |
#currency_code ⇒ "USD"
Returns the value of attribute currency_code.
15763 15764 15765 |
# File 'sig/types.rbs', line 15763 def currency_code @currency_code end |
#host_id_set ⇒ ::Array[::String]
Returns the value of attribute host_id_set.
15764 15765 15766 |
# File 'sig/types.rbs', line 15764 def host_id_set @host_id_set end |
#limit_price ⇒ ::String
Returns the value of attribute limit_price.
15765 15766 15767 |
# File 'sig/types.rbs', line 15765 def limit_price @limit_price end |
#offering_id ⇒ ::String
Returns the value of attribute offering_id.
15766 15767 15768 |
# File 'sig/types.rbs', line 15766 def offering_id @offering_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
15767 15768 15769 |
# File 'sig/types.rbs', line 15767 def tag_specifications @tag_specifications end |