Module: Aws::EC2::Client::_GetHostReservationPurchasePreviewResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetHostReservationPurchasePreviewResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #currency_code ⇒ "USD"
- #purchase ⇒ ::Array[Types::Purchase]
- #total_hourly_price ⇒ ::String
- #total_upfront_price ⇒ ::String
Instance Method Details
#currency_code ⇒ "USD"
10428 |
# File 'sig/client.rbs', line 10428
def currency_code: () -> ("USD")
|
#purchase ⇒ ::Array[Types::Purchase]
10429 |
# File 'sig/client.rbs', line 10429
def purchase: () -> ::Array[Types::Purchase]
|
#total_hourly_price ⇒ ::String
10430 |
# File 'sig/client.rbs', line 10430
def total_hourly_price: () -> ::String
|
#total_upfront_price ⇒ ::String
10431 |
# File 'sig/client.rbs', line 10431
def total_upfront_price: () -> ::String
|