Class: Aws::Types::UserLimits

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#effective_limits::Array[Types::EffectiveLimit]

Returns the value of attribute effective_limits.

Returns:



13370
13371
13372
# File 'sig/types.rbs', line 13370

def effective_limits
  @effective_limits
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


13369
13370
13371
# File 'sig/types.rbs', line 13369

def namespace
  @namespace
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


13368
13369
13370
# File 'sig/types.rbs', line 13368

def user_name
  @user_name
end