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
- Struct
- Aws::SESV2::Types::SendingOptions
- 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
-
#sending_enabled ⇒ Boolean
If
true
, email sending is enabled for the configuration set.
Instance Attribute Details
#sending_enabled ⇒ Boolean
If true
, email sending is enabled for the configuration set. If
false
, email sending is disabled for the configuration set.