Class: Aws::Types::PricingUnit
- Inherits:
-
Object
- Object
- Aws::Types::PricingUnit
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#pricing_unit_type ⇒ "USERS", ...
Returns the value of attribute pricing_unit_type.
Instance Attribute Details
#display_name ⇒ ::String
Returns the value of attribute display_name.
557 558 559 |
# File 'sig/types.rbs', line 557 def display_name @display_name end |
#pricing_unit_type ⇒ "USERS", ...
Returns the value of attribute pricing_unit_type.
556 557 558 |
# File 'sig/types.rbs', line 556 def pricing_unit_type @pricing_unit_type end |