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.
595 596 597 |
# File 'sig/types.rbs', line 595 def display_name @display_name end |
#pricing_unit_type ⇒ "USERS", ...
Returns the value of attribute pricing_unit_type.
594 595 596 |
# File 'sig/types.rbs', line 594 def pricing_unit_type @pricing_unit_type end |