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.
      5113 5114 5115 5116 5117 5118  | 
    
      # File 'lib/aws-sdk-ses/types.rb', line 5113 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.
      5113 5114 5115 5116 5117 5118  | 
    
      # File 'lib/aws-sdk-ses/types.rb', line 5113 class UpdateConfigurationSetReputationMetricsEnabledRequest < Struct.new( :configuration_set_name, :enabled) SENSITIVE = [] include Aws::Structure end  |