Class: Aws::SES::Types::PutConfigurationSetDeliveryOptionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::PutConfigurationSetDeliveryOptionsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ses/types.rb
Overview
A request to modify the delivery options for a configuration set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_set_name ⇒ String
The name of the configuration set.
-
#delivery_options ⇒ Types::DeliveryOptions
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
Instance Attribute Details
#configuration_set_name ⇒ String
The name of the configuration set.
2933 2934 2935 2936 2937 2938 |
# File 'lib/aws-sdk-ses/types.rb', line 2933 class PutConfigurationSetDeliveryOptionsRequest < Struct.new( :configuration_set_name, :delivery_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).
2933 2934 2935 2936 2937 2938 |
# File 'lib/aws-sdk-ses/types.rb', line 2933 class PutConfigurationSetDeliveryOptionsRequest < Struct.new( :configuration_set_name, :delivery_options) SENSITIVE = [] include Aws::Structure end |