class Aws::SESV2::Types::PutConfigurationSetSendingOptionsRequest
A request to enable or disable the ability of Amazon SES to send emails that use a specific configuration set.
@note When making an API call, you may pass PutConfigurationSetSendingOptionsRequest
data as a hash: { configuration_set_name: "ConfigurationSetName", # required sending_enabled: false, }
@!attribute [rw] configuration_set_name
The name of the configuration set that you want to enable or disable email sending for. @return [String]
@!attribute [rw] sending_enabled
If `true`, email sending is enabled for the configuration set. If `false`, email sending is disabled for the configuration set. @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/PutConfigurationSetSendingOptionsRequest AWS API Documentation
Constants
- SENSITIVE