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
12918 |
# File 'sig/client.rbs', line 12918
def client_token: () -> ::String
|
#currency_code ⇒ "USD"
12919 |
# File 'sig/client.rbs', line 12919
def currency_code: () -> ("USD")
|
#purchase ⇒ ::Array[Types::Purchase]
12920 |
# File 'sig/client.rbs', line 12920
def purchase: () -> ::Array[Types::Purchase]
|
#total_hourly_price ⇒ ::String
12921 |
# File 'sig/client.rbs', line 12921
def total_hourly_price: () -> ::String
|
#total_upfront_price ⇒ ::String
12922 |
# File 'sig/client.rbs', line 12922
def total_upfront_price: () -> ::String
|