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


712
713
714
# File 'sig/types.rbs', line 712

def limits
  @limits
end

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

Returns the value of attribute requests.

Returns:

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


713
714
715
# File 'sig/types.rbs', line 713

def requests
  @requests
end