class Aws::ChimeSDKMessaging::Types::DescribeChannelMembershipForAppInstanceUserRequest

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

data as a hash:

    {
      channel_arn: "ChimeArn", # required
      app_instance_user_arn: "ChimeArn", # required
      chime_bearer: "ChimeArn", # required
    }

@!attribute [rw] channel_arn

The ARN of the channel to which the user belongs.
@return [String]

@!attribute [rw] app_instance_user_arn

The ARN of the user in a channel.
@return [String]

@!attribute [rw] chime_bearer

The `AppInstanceUserArn` of the user that makes the API call.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/chime-sdk-messaging-2021-05-15/DescribeChannelMembershipForAppInstanceUserRequest AWS API Documentation

Constants

SENSITIVE