Class: Aws::SESV2::Types::VdmAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::VdmAttributes
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sesv2/types.rb
Overview
The VDM attributes that apply to your Amazon SES account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dashboard_attributes ⇒ Types::DashboardAttributes
Specifies additional settings for your VDM configuration as applicable to the Dashboard.
-
#guardian_attributes ⇒ Types::GuardianAttributes
Specifies additional settings for your VDM configuration as applicable to the Guardian.
-
#vdm_enabled ⇒ String
Specifies the status of your VDM configuration.
Instance Attribute Details
#dashboard_attributes ⇒ Types::DashboardAttributes
Specifies additional settings for your VDM configuration as applicable to the Dashboard.
7915 7916 7917 7918 7919 7920 7921 |
# File 'lib/aws-sdk-sesv2/types.rb', line 7915 class VdmAttributes < Struct.new( :vdm_enabled, :dashboard_attributes, :guardian_attributes) SENSITIVE = [] include Aws::Structure end |
#guardian_attributes ⇒ Types::GuardianAttributes
Specifies additional settings for your VDM configuration as applicable to the Guardian.
7915 7916 7917 7918 7919 7920 7921 |
# File 'lib/aws-sdk-sesv2/types.rb', line 7915 class VdmAttributes < Struct.new( :vdm_enabled, :dashboard_attributes, :guardian_attributes) SENSITIVE = [] include Aws::Structure end |
#vdm_enabled ⇒ String
Specifies the status of your VDM configuration. Can be one of the following:
-
‘ENABLED` – Amazon SES enables VDM for your account.
-
‘DISABLED` – Amazon SES disables VDM for your account.
7915 7916 7917 7918 7919 7920 7921 |
# File 'lib/aws-sdk-sesv2/types.rb', line 7915 class VdmAttributes < Struct.new( :vdm_enabled, :dashboard_attributes, :guardian_attributes) SENSITIVE = [] include Aws::Structure end |