Class: Aws::SESV2::Types::SuppressedDestinationAttributes
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SESV2::Types::SuppressedDestinationAttributes
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sesv2/types.rb
 
Overview
An object that contains additional attributes that are related an email address that is on the suppression list for your account.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #feedback_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique identifier that’s generated when an email address is added to the suppression list for your account.
 - 
  
    
      #message_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the email message that caused the email address to be added to the suppression list for your account.
 
Instance Attribute Details
#feedback_id ⇒ String
A unique identifier that’s generated when an email address is added to the suppression list for your account.
      6693 6694 6695 6696 6697 6698  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 6693 class SuppressedDestinationAttributes < Struct.new( :message_id, :feedback_id) SENSITIVE = [] include Aws::Structure end  | 
  
#message_id ⇒ String
The unique identifier of the email message that caused the email address to be added to the suppression list for your account.
      6693 6694 6695 6696 6697 6698  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 6693 class SuppressedDestinationAttributes < Struct.new( :message_id, :feedback_id) SENSITIVE = [] include Aws::Structure end  |