Class: Aws::SESV2::Types::DeleteConfigurationSetRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SESV2::Types::DeleteConfigurationSetRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sesv2/types.rb
 
Overview
A request to delete a configuration set.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #configuration_set_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the configuration set.
 
Instance Attribute Details
#configuration_set_name ⇒ String
The name of the configuration set.
      1429 1430 1431 1432 1433  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 1429 class DeleteConfigurationSetRequest < Struct.new( :configuration_set_name) SENSITIVE = [] include Aws::Structure end  |