Class: Aws::SESV2::Types::GetConfigurationSetEventDestinationsRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SESV2::Types::GetConfigurationSetEventDestinationsRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sesv2/types.rb
 
Overview
A request to obtain information about the event destinations for a configuration set.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #configuration_set_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the configuration set that contains the event destination.
 
Instance Attribute Details
#configuration_set_name ⇒ String
The name of the configuration set that contains the event destination.
      2753 2754 2755 2756 2757  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 2753 class GetConfigurationSetEventDestinationsRequest < Struct.new( :configuration_set_name) SENSITIVE = [] include Aws::Structure end  |