Class: Aws::Types::PricingOption
- Inherits:
-
Object
- Object
- Aws::Types::PricingOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#pricing_type ⇒ "SUBSCRIPTION"
Returns the value of attribute pricing_type.
-
#subscription_pricing_details ⇒ Types::SubscriptionPricingDetails
Returns the value of attribute subscription_pricing_details.
Instance Attribute Details
#pricing_type ⇒ "SUBSCRIPTION"
Returns the value of attribute pricing_type.
706 707 708 |
# File 'sig/types.rbs', line 706 def pricing_type @pricing_type end |
#subscription_pricing_details ⇒ Types::SubscriptionPricingDetails
Returns the value of attribute subscription_pricing_details.
707 708 709 |
# File 'sig/types.rbs', line 707 def subscription_pricing_details @subscription_pricing_details end |