Class: Aws::Types::GetOutpostBillingInformationOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetOutpostBillingInformationOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contract_end_date ⇒ ::String
Returns the value of attribute contract_end_date.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#payment_option ⇒ "ALL_UPFRONT", ...
Returns the value of attribute payment_option.
-
#payment_term ⇒ "THREE_YEARS", ...
Returns the value of attribute payment_term.
-
#subscriptions ⇒ ::Array[Types::Subscription]
Returns the value of attribute subscriptions.
Instance Attribute Details
#contract_end_date ⇒ ::String
Returns the value of attribute contract_end_date.
349 350 351 |
# File 'sig/types.rbs', line 349 def contract_end_date @contract_end_date end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
347 348 349 |
# File 'sig/types.rbs', line 347 def next_token @next_token end |
#payment_option ⇒ "ALL_UPFRONT", ...
Returns the value of attribute payment_option.
351 352 353 |
# File 'sig/types.rbs', line 351 def payment_option @payment_option end |
#payment_term ⇒ "THREE_YEARS", ...
Returns the value of attribute payment_term.
350 351 352 |
# File 'sig/types.rbs', line 350 def payment_term @payment_term end |
#subscriptions ⇒ ::Array[Types::Subscription]
Returns the value of attribute subscriptions.
348 349 350 |
# File 'sig/types.rbs', line 348 def subscriptions @subscriptions end |