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.
304 305 306 |
# File 'sig/types.rbs', line 304 def path @path end |
#permissions_boundary ⇒ ::String
Returns the value of attribute permissions_boundary.
306 307 308 |
# File 'sig/types.rbs', line 306 def @permissions_boundary end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
307 308 309 |
# File 'sig/types.rbs', line 307 def @tags end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
305 306 307 |
# File 'sig/types.rbs', line 305 def user_name @user_name end |