Module: Aws::EC2::Client::_PurchaseHostReservationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::PurchaseHostReservationResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #client_token ⇒ ::String
- #currency_code ⇒ "USD"
- #purchase ⇒ ::Array[Types::Purchase]
- #total_hourly_price ⇒ ::String
- #total_upfront_price ⇒ ::String
Instance Method Details
#client_token ⇒ ::String
13492 |
# File 'sig/client.rbs', line 13492
def client_token: () -> ::String
|
#currency_code ⇒ "USD"
13493 |
# File 'sig/client.rbs', line 13493
def currency_code: () -> ("USD")
|
#purchase ⇒ ::Array[Types::Purchase]
13494 |
# File 'sig/client.rbs', line 13494
def purchase: () -> ::Array[Types::Purchase]
|
#total_hourly_price ⇒ ::String
13495 |
# File 'sig/client.rbs', line 13495
def total_hourly_price: () -> ::String
|
#total_upfront_price ⇒ ::String
13496 |
# File 'sig/client.rbs', line 13496
def total_upfront_price: () -> ::String
|