Class: Aws::SESV2::Types::GetSuppressedDestinationResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SESV2::Types::GetSuppressedDestinationResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sesv2/types.rb
 
Overview
Information about the suppressed email address.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #suppressed_destination  ⇒ Types::SuppressedDestination 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object containing information about the suppressed email address.
 
Instance Attribute Details
#suppressed_destination ⇒ Types::SuppressedDestination
An object containing information about the suppressed email address.
      3734 3735 3736 3737 3738  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 3734 class GetSuppressedDestinationResponse < Struct.new( :suppressed_destination) SENSITIVE = [] include Aws::Structure end  |