Class: Aws::SESV2::Types::PutConfigurationSetVdmOptionsRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SESV2::Types::PutConfigurationSetVdmOptionsRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sesv2/types.rb
 
Overview
A request to add specific VDM settings to a configuration set.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #configuration_set_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the configuration set.
 - 
  
    
      #vdm_options  ⇒ Types::VdmOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The VDM options to apply to the configuration set.
 
Instance Attribute Details
#configuration_set_name ⇒ String
The name of the configuration set.
      5636 5637 5638 5639 5640 5641  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 5636 class PutConfigurationSetVdmOptionsRequest < Struct.new( :configuration_set_name, :vdm_options) SENSITIVE = [] include Aws::Structure end  | 
  
#vdm_options ⇒ Types::VdmOptions
The VDM options to apply to the configuration set.
      5636 5637 5638 5639 5640 5641  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 5636 class PutConfigurationSetVdmOptionsRequest < Struct.new( :configuration_set_name, :vdm_options) SENSITIVE = [] include Aws::Structure end  |