You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SESV2::Types::SendingOptions

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SendingOptions as input to an Aws::Client method, you can use a vanilla Hash:

{
  sending_enabled: false,
}

Used to enable or disable email sending for messages that use this configuration set in the current AWS Region.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#sending_enabledBoolean

If true, email sending is enabled for the configuration set. If false, email sending is disabled for the configuration set.

Returns:

  • (Boolean)

    If true, email sending is enabled for the configuration set.