Class: Aws::Types::Ulimit
- Inherits:
-
Object
- Object
- Aws::Types::Ulimit
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hard_limit ⇒ ::Integer
Returns the value of attribute hard_limit.
-
#name ⇒ "core", ...
Returns the value of attribute name.
-
#soft_limit ⇒ ::Integer
Returns the value of attribute soft_limit.
Instance Attribute Details
#hard_limit ⇒ ::Integer
Returns the value of attribute hard_limit.
2806 2807 2808 |
# File 'sig/types.rbs', line 2806 def hard_limit @hard_limit end |
#name ⇒ "core", ...
Returns the value of attribute name.
2804 2805 2806 |
# File 'sig/types.rbs', line 2804 def name @name end |
#soft_limit ⇒ ::Integer
Returns the value of attribute soft_limit.
2805 2806 2807 |
# File 'sig/types.rbs', line 2805 def soft_limit @soft_limit end |