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)


1737
1738
1739
# File 'sig/types.rbs', line 1737

def hard_limit
  @hard_limit
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1738
1739
1740
# File 'sig/types.rbs', line 1738

def name
  @name
end

#soft_limit::Integer

Returns the value of attribute soft_limit.

Returns:

  • (::Integer)


1739
1740
1741
# File 'sig/types.rbs', line 1739

def soft_limit
  @soft_limit
end