Class: Aws::SES::Types::UpdateConfigurationSetReputationMetricsEnabledRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::UpdateConfigurationSetReputationMetricsEnabledRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ses/types.rb
Overview
Represents a request to modify the reputation metric publishing settings for a configuration set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_set_name ⇒ String
The name of the configuration set to update.
-
#enabled ⇒ Boolean
Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.
Instance Attribute Details
#configuration_set_name ⇒ String
The name of the configuration set to update.
5066 5067 5068 5069 5070 5071 |
# File 'lib/aws-sdk-ses/types.rb', line 5066 class UpdateConfigurationSetReputationMetricsEnabledRequest < Struct.new( :configuration_set_name, :enabled) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.
5066 5067 5068 5069 5070 5071 |
# File 'lib/aws-sdk-ses/types.rb', line 5066 class UpdateConfigurationSetReputationMetricsEnabledRequest < Struct.new( :configuration_set_name, :enabled) SENSITIVE = [] include Aws::Structure end |