Class: Aws::Types::Ulimit

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#hard_limit::Integer

Returns the value of attribute hard_limit.

Returns:

  • (::Integer)


2806
2807
2808
# File 'sig/types.rbs', line 2806

def hard_limit
  @hard_limit
end

#name"core", ...

Returns the value of attribute name.

Returns:

  • ("core", "cpu", "data", "fsize", "locks", "memlock", "msgqueue", "nice", "nofile", "nproc", "rss", "rtprio", "rttime", "sigpending", "stack")


2804
2805
2806
# File 'sig/types.rbs', line 2804

def name
  @name
end

#soft_limit::Integer

Returns the value of attribute soft_limit.

Returns:

  • (::Integer)


2805
2806
2807
# File 'sig/types.rbs', line 2805

def soft_limit
  @soft_limit
end