class Aws::ChimeSDKMessaging::Types::RedactChannelMessageRequest

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

data as a hash:

    {
      channel_arn: "ChimeArn", # required
      message_id: "MessageId", # required
      chime_bearer: "ChimeArn", # required
    }

@!attribute [rw] channel_arn

The ARN of the channel containing the messages that you want to
redact.
@return [String]

@!attribute [rw] message_id

The ID of the message being redacted.
@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/RedactChannelMessageRequest AWS API Documentation

Constants

SENSITIVE