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.
2972 2973 2974 2975 2976 2977 |
# File 'lib/aws-sdk-ses/types.rb', line 2972 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).
2972 2973 2974 2975 2976 2977 |
# File 'lib/aws-sdk-ses/types.rb', line 2972 class PutConfigurationSetDeliveryOptionsRequest < Struct.new( :configuration_set_name, :delivery_options) SENSITIVE = [] include Aws::Structure end |