Class: Aws::Types::PurchaseHostReservationResult
- Inherits:
-
Object
- Object
- Aws::Types::PurchaseHostReservationResult
- 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.
-
#purchase ⇒ ::Array[Types::Purchase]
Returns the value of attribute purchase.
-
#total_hourly_price ⇒ ::String
Returns the value of attribute total_hourly_price.
-
#total_upfront_price ⇒ ::String
Returns the value of attribute total_upfront_price.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
15475 15476 15477 |
# File 'sig/types.rbs', line 15475 def client_token @client_token end |
#currency_code ⇒ "USD"
Returns the value of attribute currency_code.
15476 15477 15478 |
# File 'sig/types.rbs', line 15476 def currency_code @currency_code end |
#purchase ⇒ ::Array[Types::Purchase]
Returns the value of attribute purchase.
15477 15478 15479 |
# File 'sig/types.rbs', line 15477 def purchase @purchase end |
#total_hourly_price ⇒ ::String
Returns the value of attribute total_hourly_price.
15478 15479 15480 |
# File 'sig/types.rbs', line 15478 def total_hourly_price @total_hourly_price end |
#total_upfront_price ⇒ ::String
Returns the value of attribute total_upfront_price.
15479 15480 15481 |
# File 'sig/types.rbs', line 15479 def total_upfront_price @total_upfront_price end |