Class: Aws::SES::Types::DescribeConfigurationSetResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SES::Types::DescribeConfigurationSetResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-ses/types.rb
 
Overview
Represents the details of a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the [Amazon SES Developer Guide].
[1]: docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #configuration_set  ⇒ Types::ConfigurationSet 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The configuration set object associated with the specified configuration set.
 - 
  
    
      #delivery_options  ⇒ Types::DeliveryOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
 - 
  
    
      #event_destinations  ⇒ Array<Types::EventDestination> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of event destinations associated with the configuration set.
 - 
  
    
      #reputation_options  ⇒ Types::ReputationOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object that represents the reputation settings for the configuration set.
 - 
  
    
      #tracking_options  ⇒ Types::TrackingOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the custom open and click tracking domain associated with the configuration set.
 
Instance Attribute Details
#configuration_set ⇒ Types::ConfigurationSet
The configuration set object associated with the specified configuration set.
      1346 1347 1348 1349 1350 1351 1352 1353 1354  | 
    
      # File 'lib/aws-sdk-ses/types.rb', line 1346 class DescribeConfigurationSetResponse < Struct.new( :configuration_set, :event_destinations, :tracking_options, :delivery_options, :reputation_options) SENSITIVE = [] include Aws::Structure end  | 
  
#delivery_options ⇒ Types::DeliveryOptions
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
      1346 1347 1348 1349 1350 1351 1352 1353 1354  | 
    
      # File 'lib/aws-sdk-ses/types.rb', line 1346 class DescribeConfigurationSetResponse < Struct.new( :configuration_set, :event_destinations, :tracking_options, :delivery_options, :reputation_options) SENSITIVE = [] include Aws::Structure end  | 
  
#event_destinations ⇒ Array<Types::EventDestination>
A list of event destinations associated with the configuration set.
      1346 1347 1348 1349 1350 1351 1352 1353 1354  | 
    
      # File 'lib/aws-sdk-ses/types.rb', line 1346 class DescribeConfigurationSetResponse < Struct.new( :configuration_set, :event_destinations, :tracking_options, :delivery_options, :reputation_options) SENSITIVE = [] include Aws::Structure end  | 
  
#reputation_options ⇒ Types::ReputationOptions
An object that represents the reputation settings for the configuration set.
      1346 1347 1348 1349 1350 1351 1352 1353 1354  | 
    
      # File 'lib/aws-sdk-ses/types.rb', line 1346 class DescribeConfigurationSetResponse < Struct.new( :configuration_set, :event_destinations, :tracking_options, :delivery_options, :reputation_options) SENSITIVE = [] include Aws::Structure end  | 
  
#tracking_options ⇒ Types::TrackingOptions
The name of the custom open and click tracking domain associated with the configuration set.
      1346 1347 1348 1349 1350 1351 1352 1353 1354  | 
    
      # File 'lib/aws-sdk-ses/types.rb', line 1346 class DescribeConfigurationSetResponse < Struct.new( :configuration_set, :event_destinations, :tracking_options, :delivery_options, :reputation_options) SENSITIVE = [] include Aws::Structure end  |