Class: Aws::Types::SubscriptionPricingDetails
- Inherits:
-
Object
- Object
- Aws::Types::SubscriptionPricingDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#currency ⇒ "USD"
Returns the value of attribute currency.
-
#monthly_recurring_price ⇒ ::Float
Returns the value of attribute monthly_recurring_price.
-
#payment_option ⇒ "ALL_UPFRONT", ...
Returns the value of attribute payment_option.
-
#payment_term ⇒ "THREE_YEARS", ...
Returns the value of attribute payment_term.
-
#upfront_price ⇒ ::Float
Returns the value of attribute upfront_price.
Instance Attribute Details
#currency ⇒ "USD"
Returns the value of attribute currency.
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.
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.
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.
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.
891 892 893 |
# File 'sig/types.rbs', line 891 def upfront_price @upfront_price end |