Class: Aws::Types::SystemResourceLimits

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cpus ⇒ ::Float

Returns the value of attribute cpus.

Returns:

  • (::Float)


672
673
674
# File 'sig/types.rbs', line 672

def cpus
  @cpus
end

#memory ⇒ ::Integer

Returns the value of attribute memory.

Returns:

  • (::Integer)


671
672
673
# File 'sig/types.rbs', line 671

def memory
  @memory
end