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)


2822
2823
2824
# File 'sig/types.rbs', line 2822

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


2820
2821
2822
# File 'sig/types.rbs', line 2820

def name
  @name
end

#soft_limit::Integer

Returns the value of attribute soft_limit.

Returns:

  • (::Integer)


2821
2822
2823
# File 'sig/types.rbs', line 2821

def soft_limit
  @soft_limit
end