class Aws::SES::Types::UpdateConfigurationSetReputationMetricsEnabledRequest

Represents a request to modify the reputation metric publishing settings for a configuration set.

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

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 or not Amazon SES will publish reputation metrics
for the configuration set, such as bounce and complaint rates, to
Amazon CloudWatch.
@return [Boolean]

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

Constants

SENSITIVE