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

Class: Aws::AlexaForBusiness::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:

{
  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
    },
  ],
}

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_tokenString

A unique, user-specified identifier for this request that ensures idempotency.

Returns:

  • (String)

    A unique, user-specified identifier for this request that ensures idempotency.

#emailString

The email address for the user.

Returns:

  • (String)

    The email address for the user.

#first_nameString

The first name for the user.

Returns:

  • (String)

    The first name for the user.

#last_nameString

The last name for the user.

Returns:

  • (String)

    The last name for the user.

#tagsArray<Types::Tag>

The tags for the user.

Returns:

#user_idString

The ARN for the user.

Returns:

  • (String)

    The ARN for the user.