Class: Aws::Types::GetOutpostBillingInformationOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#contract_end_date ⇒ ::String

Returns the value of attribute contract_end_date.



350
351
352
# File 'sig/types.rbs', line 350

def contract_end_date
  @contract_end_date
end

#next_token ⇒ ::String

Returns the value of attribute next_token.



348
349
350
# File 'sig/types.rbs', line 348

def next_token
  @next_token
end

#payment_option ⇒ "ALL_UPFRONT", ...

Returns the value of attribute payment_option.



352
353
354
# File 'sig/types.rbs', line 352

def payment_option
  @payment_option
end

#payment_term ⇒ "THREE_YEARS", ...

Returns the value of attribute payment_term.



351
352
353
# File 'sig/types.rbs', line 351

def payment_term
  @payment_term
end

#subscriptions ⇒ ::Array[Types::Subscription]

Returns the value of attribute subscriptions.



349
350
351
# File 'sig/types.rbs', line 349

def subscriptions
  @subscriptions
end