class Aws::SES::Types::UpdateConfigurationSetSendingEnabledRequest

Represents a request to enable or disable the email sending capabilities for a specific configuration set.

@note When making an API call, you may pass UpdateConfigurationSetSendingEnabledRequest

data as a hash:

    {
      configuration_set_name: "ConfigurationSetName", # required
      enabled: false, # required
    }

@!attribute [rw] configuration_set_name

The name of the configuration set that you want to update.
@return [String]

@!attribute [rw] enabled

Describes whether email sending is enabled or disabled for the
configuration set.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/UpdateConfigurationSetSendingEnabledRequest AWS API Documentation

Constants

SENSITIVE