Module: Aws::Outposts::Client::_CreateRenewalResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateRenewalOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #currency ⇒ "USD"
- #monthly_recurring_price ⇒ ::Float
- #outpost_id ⇒ ::String
- #payment_option ⇒ "ALL_UPFRONT", ...
- #payment_term ⇒ "THREE_YEARS", ...
- #upfront_price ⇒ ::Float
Instance Method Details
#currency ⇒ "USD"
170 |
# File 'sig/client.rbs', line 170
def currency: () -> ("USD")
|
#monthly_recurring_price ⇒ ::Float
169 |
# File 'sig/client.rbs', line 169
def monthly_recurring_price: () -> ::Float
|
#outpost_id ⇒ ::String
167 |
# File 'sig/client.rbs', line 167
def outpost_id: () -> ::String
|
#payment_option ⇒ "ALL_UPFRONT", ...
165 |
# File 'sig/client.rbs', line 165
def payment_option: () -> ("ALL_UPFRONT" | "NO_UPFRONT" | "PARTIAL_UPFRONT")
|
#payment_term ⇒ "THREE_YEARS", ...
166 |
# File 'sig/client.rbs', line 166
def payment_term: () -> ("THREE_YEARS" | "ONE_YEAR" | "FIVE_YEARS")
|
#upfront_price ⇒ ::Float
168 |
# File 'sig/client.rbs', line 168
def upfront_price: () -> ::Float
|