Class: Aws::SESV2::Types::VdmOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb

Overview

An object that defines the VDM settings that apply to emails that you send using the configuration set.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dashboard_optionsTypes::DashboardOptions

Specifies additional settings for your VDM configuration as applicable to the Dashboard.



7357
7358
7359
7360
7361
7362
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 7357

class VdmOptions < Struct.new(
  :dashboard_options,
  :guardian_options)
  SENSITIVE = []
  include Aws::Structure
end

#guardian_optionsTypes::GuardianOptions

Specifies additional settings for your VDM configuration as applicable to the Guardian.



7357
7358
7359
7360
7361
7362
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 7357

class VdmOptions < Struct.new(
  :dashboard_options,
  :guardian_options)
  SENSITIVE = []
  include Aws::Structure
end