Class: Aws::SES::Types::DescribeConfigurationSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::DescribeConfigurationSetResponse
- Defined in:
- gems/aws-sdk-ses/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.
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.
1307 1308 1309 1310 1311 1312 1313 1314 1315 |
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 1307 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).
1307 1308 1309 1310 1311 1312 1313 1314 1315 |
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 1307 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.
1307 1308 1309 1310 1311 1312 1313 1314 1315 |
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 1307 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.
1307 1308 1309 1310 1311 1312 1313 1314 1315 |
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 1307 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.
1307 1308 1309 1310 1311 1312 1313 1314 1315 |
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 1307 class DescribeConfigurationSetResponse < Struct.new( :configuration_set, :event_destinations, :tracking_options, :delivery_options, :reputation_options) SENSITIVE = [] include Aws::Structure end |