Class: Aws::Types::CreateUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#path ⇒ ::String
Returns the value of attribute path.
-
#permissions_boundary ⇒ ::String
Returns the value of attribute permissions_boundary.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#path ⇒ ::String
Returns the value of attribute path.
292 293 294 |
# File 'sig/types.rbs', line 292 def path @path end |
#permissions_boundary ⇒ ::String
Returns the value of attribute permissions_boundary.
294 295 296 |
# File 'sig/types.rbs', line 294 def @permissions_boundary end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
295 296 297 |
# File 'sig/types.rbs', line 295 def @tags end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
293 294 295 |
# File 'sig/types.rbs', line 293 def user_name @user_name end |