class Aws::PinpointEmail::Types::PutConfigurationSetSendingOptionsRequest

A request to enable or disable the ability of Amazon Pinpoint 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/pinpoint-email-2018-07-26/PutConfigurationSetSendingOptionsRequest AWS API Documentation

Constants

SENSITIVE