Class: Aws::SES::Types::DescribeConfigurationSetResponse

Inherits:
Struct
  • Object
show all
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/DeveloperGuide/monitor-sending-activity.html

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_setTypes::ConfigurationSet

The configuration set object associated with the specified configuration set.



1462
1463
1464
1465
1466
1467
1468
# File 'lib/aws-sdk-ses/types.rb', line 1462

class DescribeConfigurationSetResponse < Struct.new(
  :configuration_set,
  :event_destinations,
  :tracking_options,
  :reputation_options)
  include Aws::Structure
end

#event_destinationsArray<Types::EventDestination>

A list of event destinations associated with the configuration set.

Returns:



1462
1463
1464
1465
1466
1467
1468
# File 'lib/aws-sdk-ses/types.rb', line 1462

class DescribeConfigurationSetResponse < Struct.new(
  :configuration_set,
  :event_destinations,
  :tracking_options,
  :reputation_options)
  include Aws::Structure
end

#reputation_optionsTypes::ReputationOptions

An object that represents the reputation settings for the configuration set.



1462
1463
1464
1465
1466
1467
1468
# File 'lib/aws-sdk-ses/types.rb', line 1462

class DescribeConfigurationSetResponse < Struct.new(
  :configuration_set,
  :event_destinations,
  :tracking_options,
  :reputation_options)
  include Aws::Structure
end

#tracking_optionsTypes::TrackingOptions

The name of the custom open and click tracking domain associated with the configuration set.



1462
1463
1464
1465
1466
1467
1468
# File 'lib/aws-sdk-ses/types.rb', line 1462

class DescribeConfigurationSetResponse < Struct.new(
  :configuration_set,
  :event_destinations,
  :tracking_options,
  :reputation_options)
  include Aws::Structure
end