Class: Aws::SESV2::Types::GuardianOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::GuardianOptions
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sesv2/types.rb
Overview
An object containing additional settings for your VDM configuration as applicable to the Guardian.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#optimized_shared_delivery ⇒ String
Specifies the status of your VDM optimized shared delivery.
Instance Attribute Details
#optimized_shared_delivery ⇒ String
Specifies the status of your VDM optimized shared delivery. Can be one of the following:
-
‘ENABLED` – Amazon SES enables optimized shared delivery for the configuration set.
-
‘DISABLED` – Amazon SES disables optimized shared delivery for the configuration set.
3786 3787 3788 3789 3790 |
# File 'lib/aws-sdk-sesv2/types.rb', line 3786 class GuardianOptions < Struct.new( :optimized_shared_delivery) SENSITIVE = [] include Aws::Structure end |