class Aws::Chime::Types::UpdateAppInstanceUserRequest

@note When making an API call, you may pass UpdateAppInstanceUserRequest

data as a hash:

    {
      app_instance_user_arn: "ChimeArn", # required
      name: "UserName", # required
      metadata: "Metadata",
    }

@!attribute [rw] app_instance_user_arn

The ARN of the `AppInstanceUser`.
@return [String]

@!attribute [rw] name

The name of the `AppInstanceUser`.
@return [String]

@!attribute [rw] metadata

The metadata of the `AppInstanceUser`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/UpdateAppInstanceUserRequest AWS API Documentation

Constants

SENSITIVE