Class: Aws::SESV2::Types::PutConfigurationSetVdmOptionsRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#configuration_set_nameString

The name of the configuration set.

Returns:

  • (String)


5541
5542
5543
5544
5545
5546
# File 'lib/aws-sdk-sesv2/types.rb', line 5541

class PutConfigurationSetVdmOptionsRequest < Struct.new(
  :configuration_set_name,
  :vdm_options)
  SENSITIVE = []
  include Aws::Structure
end

#vdm_optionsTypes::VdmOptions

The VDM options to apply to the configuration set.

Returns:



5541
5542
5543
5544
5545
5546
# File 'lib/aws-sdk-sesv2/types.rb', line 5541

class PutConfigurationSetVdmOptionsRequest < Struct.new(
  :configuration_set_name,
  :vdm_options)
  SENSITIVE = []
  include Aws::Structure
end