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.
337 338 339 |
# File 'sig/types.rbs', line 337 def contract_end_date @contract_end_date end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
335 336 337 |
# File 'sig/types.rbs', line 335 def next_token @next_token end |
#payment_option ⇒ "ALL_UPFRONT", ...
Returns the value of attribute payment_option.
339 340 341 |
# File 'sig/types.rbs', line 339 def payment_option @payment_option end |
#payment_term ⇒ "THREE_YEARS", ...
Returns the value of attribute payment_term.
338 339 340 |
# File 'sig/types.rbs', line 338 def payment_term @payment_term end |
#subscriptions ⇒ ::Array[Types::Subscription]
Returns the value of attribute subscriptions.
336 337 338 |
# File 'sig/types.rbs', line 336 def subscriptions @subscriptions end |