Class: Aws::WorkMailMessageFlow::Types::GetRawMessageContentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMailMessageFlow::Types::GetRawMessageContentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmailmessageflow/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message_id ⇒ String
The identifier of the email message to retrieve.
Instance Attribute Details
#message_id ⇒ String
The identifier of the email message to retrieve.
19 20 21 22 23 |
# File 'lib/aws-sdk-workmailmessageflow/types.rb', line 19 class GetRawMessageContentRequest < Struct.new( :message_id) SENSITIVE = [] include Aws::Structure end |