Class: Aws::Types::GetRenewalPricingOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetRenewalPricingOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#pricing_options ⇒ ::Array[Types::PricingOption]
Returns the value of attribute pricing_options.
-
#pricing_result ⇒ "PRICED", "UNABLE_TO_PRICE"
Returns the value of attribute pricing_result.
Instance Attribute Details
#pricing_options ⇒ ::Array[Types::PricingOption]
Returns the value of attribute pricing_options.
400 401 402 |
# File 'sig/types.rbs', line 400 def @pricing_options end |
#pricing_result ⇒ "PRICED", "UNABLE_TO_PRICE"
Returns the value of attribute pricing_result.
399 400 401 |
# File 'sig/types.rbs', line 399 def pricing_result @pricing_result end |