Class: Aws::Types::SubscriptionPricingDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#currency ⇒ "USD"

Returns the value of attribute currency.

Returns:

  • ("USD")


926
927
928
# File 'sig/types.rbs', line 926

def currency
  @currency
end

#monthly_recurring_price ⇒ ::Float

Returns the value of attribute monthly_recurring_price.

Returns:

  • (::Float)


925
926
927
# File 'sig/types.rbs', line 925

def monthly_recurring_price
  @monthly_recurring_price
end

#payment_option ⇒ "ALL_UPFRONT", ...

Returns the value of attribute payment_option.

Returns:

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


922
923
924
# File 'sig/types.rbs', line 922

def payment_option
  @payment_option
end

#payment_term ⇒ "THREE_YEARS", ...

Returns the value of attribute payment_term.

Returns:

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


923
924
925
# File 'sig/types.rbs', line 923

def payment_term
  @payment_term
end

#upfront_price ⇒ ::Float

Returns the value of attribute upfront_price.

Returns:

  • (::Float)


924
925
926
# File 'sig/types.rbs', line 924

def upfront_price
  @upfront_price
end