Class: Aws::Types::CreateUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#collection_id ⇒ ::String
Returns the value of attribute collection_id.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
311 312 313 |
# File 'sig/types.rbs', line 311 def client_request_token @client_request_token end |
#collection_id ⇒ ::String
Returns the value of attribute collection_id.
309 310 311 |
# File 'sig/types.rbs', line 309 def collection_id @collection_id end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
310 311 312 |
# File 'sig/types.rbs', line 310 def user_id @user_id end |