Class: Aws::WorkMailMessageFlow::Types::PutRawMessageContentRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workmailmessageflow/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contentTypes::RawMessageContent

Describes the raw message content of the updated email message.



102
103
104
105
106
107
# File 'lib/aws-sdk-workmailmessageflow/types.rb', line 102

class PutRawMessageContentRequest < Struct.new(
  :message_id,
  :content)
  SENSITIVE = []
  include Aws::Structure
end

#message_idString

The identifier of the email message being updated.

Returns:

  • (String)


102
103
104
105
106
107
# File 'lib/aws-sdk-workmailmessageflow/types.rb', line 102

class PutRawMessageContentRequest < Struct.new(
  :message_id,
  :content)
  SENSITIVE = []
  include Aws::Structure
end