Class: Aws::Types::UserLimitsEntry
- Inherits:
-
Object
- Object
- Aws::Types::UserLimitsEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#namespace ⇒ ::String
Returns the value of attribute namespace.
13376 13377 13378 |
# File 'sig/types.rbs', line 13376 def namespace @namespace end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
13375 13376 13377 |
# File 'sig/types.rbs', line 13375 def user_name @user_name end |