Class: Aws::PinpointEmail::Types::GetConfigurationSetEventDestinationsRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::PinpointEmail::Types::GetConfigurationSetEventDestinationsRequest
 
- Defined in:
- gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/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.
| 1202 1203 1204 1205 1206 | # File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 1202 class GetConfigurationSetEventDestinationsRequest < Struct.new( :configuration_set_name) SENSITIVE = [] include Aws::Structure end |