Class: Aws::Types::EksContainerResourceRequirements
- Inherits:
-
Object
- Object
- Aws::Types::EksContainerResourceRequirements
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#limits ⇒ ::Hash[::String, ::String]
Returns the value of attribute limits.
-
#requests ⇒ ::Hash[::String, ::String]
Returns the value of attribute requests.
Instance Attribute Details
#limits ⇒ ::Hash[::String, ::String]
Returns the value of attribute limits.
705 706 707 |
# File 'sig/types.rbs', line 705 def limits @limits end |
#requests ⇒ ::Hash[::String, ::String]
Returns the value of attribute requests.
706 707 708 |
# File 'sig/types.rbs', line 706 def requests @requests end |