class Aws::Chime::Types::UpdateChannelMessageRequest

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

data as a hash:

    {
      channel_arn: "ChimeArn", # required
      message_id: "MessageId", # required
      content: "Content",
      metadata: "Metadata",
      chime_bearer: "ChimeArn",
    }

@!attribute [rw] channel_arn

The ARN of the channel.
@return [String]

@!attribute [rw] message_id

The ID string of the message being updated.
@return [String]

@!attribute [rw] content

The content of the message being updated.
@return [String]

@!attribute [rw] metadata

The metadata of the message being updated.
@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-2018-05-01/UpdateChannelMessageRequest AWS API Documentation

Constants

SENSITIVE