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