Class: Aws::Types::ProfileLimitValue
- Inherits:
-
Object
- Object
- Aws::Types::ProfileLimitValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_value ⇒ ::Integer
Returns the value of attribute max_value.
-
#unit ⇒ "MB", ...
Returns the value of attribute unit.
Instance Attribute Details
#max_value ⇒ ::Integer
Returns the value of attribute max_value.
9302 9303 9304 |
# File 'sig/types.rbs', line 9302 def max_value @max_value end |
#unit ⇒ "MB", ...
Returns the value of attribute unit.
9303 9304 9305 |
# File 'sig/types.rbs', line 9303 def unit @unit end |