class Aws::WorkMailMessageFlow::Types::PutRawMessageContentRequest

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

data as a hash:

    {
      message_id: "messageIdType", # required
      content: { # required
        s3_reference: { # required
          bucket: "s3BucketIdType", # required
          key: "s3KeyIdType", # required
          object_version: "s3VersionType",
        },
      },
    }

@!attribute [rw] message_id

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

@!attribute [rw] content

Describes the raw message content of the updated email message.
@return [Types::RawMessageContent]

@see docs.aws.amazon.com/goto/WebAPI/workmailmessageflow-2019-05-01/PutRawMessageContentRequest AWS API Documentation

Constants

SENSITIVE