Class: Aws::Types::EksContainerResourceRequirements

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#limits::Hash[::String, ::String]

Returns the value of attribute limits.

Returns:

  • (::Hash[::String, ::String])


705
706
707
# File 'sig/types.rbs', line 705

def limits
  @limits
end

#requests::Hash[::String, ::String]

Returns the value of attribute requests.

Returns:

  • (::Hash[::String, ::String])


706
707
708
# File 'sig/types.rbs', line 706

def requests
  @requests
end