You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SES::Types::DescribeConfigurationSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::DescribeConfigurationSetResponse
- Defined in:
- (unknown)
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.
Returned by:
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.
#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.