Class: Aws::PinpointEmail::Types::SendingOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointEmail::Types::SendingOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointemail/types.rb
Overview
Used to enable or disable email sending for messages that use this configuration set in the current AWS Region.
Constant Summary collapse
- SENSITIVE =
[]
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.
2874 2875 2876 2877 2878 |
# File 'lib/aws-sdk-pinpointemail/types.rb', line 2874 class SendingOptions < Struct.new( :sending_enabled) SENSITIVE = [] include Aws::Structure end |