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

Class: Aws::Chime::Types::CreateAppInstanceUserRequest

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

Overview

Note:

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

{
  app_instance_arn: "ChimeArn", # required
  app_instance_user_id: "UserId", # required
  name: "UserName", # required
  metadata: "Metadata",
  client_request_token: "ClientRequestToken", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#app_instance_arnString

The ARN of the app instance request.

Returns:

  • (String)

    The ARN of the app instance request.

#app_instance_user_idString

The user ID of the app instance.

Returns:

  • (String)

    The user ID of the app instance.

#client_request_tokenString

The token assigned to the user requesting an app instance.

Returns:

  • (String)

    The token assigned to the user requesting an app instance.

#metadataString

The request\'s metadata. Limited to a 1KB string in UTF-8.

Returns:

  • (String)

    The request\'s metadata.

#nameString

The user\'s name.

Returns:

  • (String)

    The user\'s name.