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.
684 685 686 |
# File 'sig/types.rbs', line 684 def pricing_type @pricing_type end |
#subscription_pricing_details ⇒ Types::SubscriptionPricingDetails
Returns the value of attribute subscription_pricing_details.
685 686 687 |
# File 'sig/types.rbs', line 685 def subscription_pricing_details @subscription_pricing_details end |