class Aws::SES::Types::DescribeConfigurationSetRequest

Represents a request to return 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

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

data as a hash:

    {
      configuration_set_name: "ConfigurationSetName", # required
      configuration_set_attribute_names: ["eventDestinations"], # accepts eventDestinations, trackingOptions, deliveryOptions, reputationOptions
    }

@!attribute [rw] configuration_set_name

The name of the configuration set to describe.
@return [String]

@!attribute [rw] configuration_set_attribute_names

A list of configuration set attributes to return.
@return [Array<String>]

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

Constants

SENSITIVE