Class: Aws::Types::UserLimits
- Inherits:
-
Object
- Object
- Aws::Types::UserLimits
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#effective_limits ⇒ ::Array[Types::EffectiveLimit]
Returns the value of attribute effective_limits.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#effective_limits ⇒ ::Array[Types::EffectiveLimit]
Returns the value of attribute effective_limits.
13370 13371 13372 |
# File 'sig/types.rbs', line 13370 def effective_limits @effective_limits end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
13369 13370 13371 |
# File 'sig/types.rbs', line 13369 def namespace @namespace end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
13368 13369 13370 |
# File 'sig/types.rbs', line 13368 def user_name @user_name end |