Class: Aws::Types::GetHostReservationPurchasePreviewResult
- Inherits:
-
Object
- Object
- Aws::Types::GetHostReservationPurchasePreviewResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#currency_code ⇒ "USD"
Returns the value of attribute currency_code.
10250 10251 10252 |
# File 'sig/types.rbs', line 10250 def currency_code @currency_code end |
#purchase ⇒ ::Array[Types::Purchase]
Returns the value of attribute purchase.
10251 10252 10253 |
# File 'sig/types.rbs', line 10251 def purchase @purchase end |
#total_hourly_price ⇒ ::String
Returns the value of attribute total_hourly_price.
10252 10253 10254 |
# File 'sig/types.rbs', line 10252 def total_hourly_price @total_hourly_price end |
#total_upfront_price ⇒ ::String
Returns the value of attribute total_upfront_price.
10253 10254 10255 |
# File 'sig/types.rbs', line 10253 def total_upfront_price @total_upfront_price end |