Class: Aws::WorkMailMessageFlow::Types::PutRawMessageContentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMailMessageFlow::Types::PutRawMessageContentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmailmessageflow/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content ⇒ Types::RawMessageContent
Describes the raw message content of the updated email message.
-
#message_id ⇒ String
The identifier of the email message being updated.
Instance Attribute Details
#content ⇒ Types::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_id ⇒ String
The identifier of the email message being updated.
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 |