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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#configuration_setTypes::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_optionsTypes::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_destinationsArray<Types::EventDestination>

A list of event destinations associated with the configuration set.

Returns:



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_optionsTypes::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_optionsTypes::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