Class: Aws::Types::PricingModel
- Inherits:
-
Object
- Object
- Aws::Types::PricingModel
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#pricing_model_type ⇒ "USAGE", ...
Returns the value of attribute pricing_model_type.
Instance Attribute Details
#display_name ⇒ ::String
Returns the value of attribute display_name.
551 552 553 |
# File 'sig/types.rbs', line 551 def display_name @display_name end |
#pricing_model_type ⇒ "USAGE", ...
Returns the value of attribute pricing_model_type.
550 551 552 |
# File 'sig/types.rbs', line 550 def pricing_model_type @pricing_model_type end |