class Aws::AlexaForBusiness::Types::CreateUserRequest
@note When making an API call, you may pass CreateUserRequest
data as a hash: { user_id: "user_UserId", # required first_name: "user_FirstName", last_name: "user_LastName", email: "Email", client_request_token: "ClientRequestToken", tags: [ { key: "TagKey", # required value: "TagValue", # required }, ], }
@!attribute [rw] user_id
The ARN for the user. @return [String]
@!attribute [rw] first_name
The first name for the user. @return [String]
@!attribute [rw] last_name
The last name for the user. @return [String]
@!attribute [rw] email
The email address for the user. @return [String]
@!attribute [rw] client_request_token
A unique, user-specified identifier for this request that ensures idempotency. **A suitable default value is auto-generated.** You should normally not need to pass this option. @return [String]
@!attribute [rw] tags
The tags for the user. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/CreateUserRequest AWS API Documentation
Constants
- SENSITIVE