Class: Aws::SESV2::Types::UpdateConfigurationSetEventDestinationRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SESV2::Types::UpdateConfigurationSetEventDestinationRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sesv2/types.rb
 
Overview
A request to change the settings for an event destination 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 to modify.
 - 
  
    
      #event_destination  ⇒ Types::EventDestinationDefinition 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object that defines the event destination.
 - 
  
    
      #event_destination_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the event destination.
 
Instance Attribute Details
#configuration_set_name ⇒ String
The name of the configuration set that contains the event destination to modify.
      7107 7108 7109 7110 7111 7112 7113  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 7107 class UpdateConfigurationSetEventDestinationRequest < Struct.new( :configuration_set_name, :event_destination_name, :event_destination) SENSITIVE = [] include Aws::Structure end  | 
  
#event_destination ⇒ Types::EventDestinationDefinition
An object that defines the event destination.
      7107 7108 7109 7110 7111 7112 7113  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 7107 class UpdateConfigurationSetEventDestinationRequest < Struct.new( :configuration_set_name, :event_destination_name, :event_destination) SENSITIVE = [] include Aws::Structure end  | 
  
#event_destination_name ⇒ String
The name of the event destination.
      7107 7108 7109 7110 7111 7112 7113  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 7107 class UpdateConfigurationSetEventDestinationRequest < Struct.new( :configuration_set_name, :event_destination_name, :event_destination) SENSITIVE = [] include Aws::Structure end  |