Class: Aws::Types::GetOutpostBillingInformationOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contract_end_date::String

Returns the value of attribute contract_end_date.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("ALL_UPFRONT", "NO_UPFRONT", "PARTIAL_UPFRONT")


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.

Returns:

  • ("THREE_YEARS", "ONE_YEAR", "FIVE_YEARS")


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.

Returns:



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

def subscriptions
  @subscriptions
end