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
13008 |
# File 'sig/client.rbs', line 13008
def client_token: () -> ::String
|
#currency_code ⇒ "USD"
13009 |
# File 'sig/client.rbs', line 13009
def currency_code: () -> ("USD")
|
#purchase ⇒ ::Array[Types::Purchase]
13010 |
# File 'sig/client.rbs', line 13010
def purchase: () -> ::Array[Types::Purchase]
|
#total_hourly_price ⇒ ::String
13011 |
# File 'sig/client.rbs', line 13011
def total_hourly_price: () -> ::String
|
#total_upfront_price ⇒ ::String
13012 |
# File 'sig/client.rbs', line 13012
def total_upfront_price: () -> ::String
|