Class: Aws::Pinpoint::Types::DeleteEmailChannelResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::DeleteEmailChannelResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #email_channel_response  ⇒ Types::EmailChannelResponse 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Provides information about the status and settings of the email channel for an application.
 
Instance Attribute Details
#email_channel_response ⇒ Types::EmailChannelResponse
Provides information about the status and settings of the email channel for an application.
      3678 3679 3680 3681 3682  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 3678 class DeleteEmailChannelResponse < Struct.new( :email_channel_response) SENSITIVE = [] include Aws::Structure end  |