Module: Aws::Outposts::Client::_GetOutpostBillingInformationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetOutpostBillingInformationOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #contract_end_date ⇒ ::String
- #next_token ⇒ ::String
- #payment_option ⇒ "ALL_UPFRONT", ...
- #payment_term ⇒ "THREE_YEARS", ...
- #subscriptions ⇒ ::Array[Types::Subscription]
Instance Method Details
#contract_end_date ⇒ ::String
302 |
# File 'sig/client.rbs', line 302
def contract_end_date: () -> ::String
|
#next_token ⇒ ::String
300 |
# File 'sig/client.rbs', line 300
def next_token: () -> ::String
|
#payment_option ⇒ "ALL_UPFRONT", ...
304 |
# File 'sig/client.rbs', line 304
def payment_option: () -> ("ALL_UPFRONT" | "NO_UPFRONT" | "PARTIAL_UPFRONT")
|
#payment_term ⇒ "THREE_YEARS", ...
303 |
# File 'sig/client.rbs', line 303
def payment_term: () -> ("THREE_YEARS" | "ONE_YEAR" | "FIVE_YEARS")
|
#subscriptions ⇒ ::Array[Types::Subscription]
301 |
# File 'sig/client.rbs', line 301
def subscriptions: () -> ::Array[Types::Subscription]
|