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.
712 713 714 |
# File 'sig/types.rbs', line 712 def limits @limits end |
#requests ⇒ ::Hash[::String, ::String]
Returns the value of attribute requests.
713 714 715 |
# File 'sig/types.rbs', line 713 def requests @requests end |