Class: Aws::SESV2::Types::GuardianAttributes

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sesv2/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

Instance Attribute Details

#optimized_shared_deliveryString

Specifies the status of your VDM optimized shared delivery. Can be one of the following:

  • ENABLED – Amazon SES enables optimized shared delivery for your account.

  • DISABLED – Amazon SES disables optimized shared delivery for your account.

Returns:

  • (String)


3701
3702
3703
3704
3705
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3701

class GuardianAttributes < Struct.new(
  :optimized_shared_delivery)
  SENSITIVE = []
  include Aws::Structure
end