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")


893
894
895
# File 'sig/types.rbs', line 893

def currency
  @currency
end

#monthly_recurring_price::Float

Returns the value of attribute monthly_recurring_price.

Returns:

  • (::Float)


892
893
894
# File 'sig/types.rbs', line 892

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")


889
890
891
# File 'sig/types.rbs', line 889

def payment_option
  @payment_option
end

#payment_term"THREE_YEARS", ...

Returns the value of attribute payment_term.

Returns:

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


890
891
892
# File 'sig/types.rbs', line 890

def payment_term
  @payment_term
end

#upfront_price::Float

Returns the value of attribute upfront_price.

Returns:

  • (::Float)


891
892
893
# File 'sig/types.rbs', line 891

def upfront_price
  @upfront_price
end