Class: Aws::SESV2::Types::GetMessageInsightsRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SESV2::Types::GetMessageInsightsRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sesv2/types.rb
 
Overview
A request to return information about a message.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A ‘MessageId` is a unique identifier for a message, and is returned when sending emails through Amazon SES.
 
Instance Attribute Details
#message_id ⇒ String
A ‘MessageId` is a unique identifier for a message, and is returned when sending emails through Amazon SES.
      3666 3667 3668 3669 3670  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 3666 class GetMessageInsightsRequest < Struct.new( :message_id) SENSITIVE = [] include Aws::Structure end  |