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)


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.

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

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


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.

Returns:



336
337
338
# File 'sig/types.rbs', line 336

def subscriptions
  @subscriptions
end