Class: Aws::Types::EntitlementData
- Inherits:
-
Object
- Object
- Aws::Types::EntitlementData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#unit ⇒ "Count", ...
Returns the value of attribute unit.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
401 402 403 |
# File 'sig/types.rbs', line 401 def name @name end |
#unit ⇒ "Count", ...
Returns the value of attribute unit.
403 404 405 |
# File 'sig/types.rbs', line 403 def unit @unit end |
#value ⇒ ::String
Returns the value of attribute value.
402 403 404 |
# File 'sig/types.rbs', line 402 def value @value end |