Class: Aws::Types::EntitlementUsage
- Inherits:
-
Object
- Object
- Aws::Types::EntitlementUsage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#consumed_value ⇒ ::String
Returns the value of attribute consumed_value.
-
#max_count ⇒ ::String
Returns the value of attribute max_count.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#unit ⇒ "Count", ...
Returns the value of attribute unit.
Instance Attribute Details
#consumed_value ⇒ ::String
Returns the value of attribute consumed_value.
414 415 416 |
# File 'sig/types.rbs', line 414 def consumed_value @consumed_value end |
#max_count ⇒ ::String
Returns the value of attribute max_count.
415 416 417 |
# File 'sig/types.rbs', line 415 def max_count @max_count end |
#name ⇒ ::String
Returns the value of attribute name.
413 414 415 |
# File 'sig/types.rbs', line 413 def name @name end |
#unit ⇒ "Count", ...
Returns the value of attribute unit.
416 417 418 |
# File 'sig/types.rbs', line 416 def unit @unit end |