You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::WorkMail::Types::CreateUserRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateUserRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  organization_id: "OrganizationId", # required
  name: "UserName", # required
  display_name: "String", # required
  password: "Password", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#display_nameString

The display name for the new user.

Returns:

  • (String)

    The display name for the new user.

#nameString

The name for the new user. WorkMail directory user names have a maximum length of 64. All others have a maximum length of 20.

Returns:

  • (String)

    The name for the new user.

#organization_idString

The identifier of the organization for which the user is created.

Returns:

  • (String)

    The identifier of the organization for which the user is created.

#passwordString

The password for the new user.

Returns:

  • (String)

    The password for the new user.