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])


724
725
726
# File 'sig/types.rbs', line 724

def limits
  @limits
end

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

Returns the value of attribute requests.

Returns:

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


725
726
727
# File 'sig/types.rbs', line 725

def requests
  @requests
end