Class: Aws::SES::Types::PutConfigurationSetDeliveryOptionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ses/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

Instance Attribute Details

#configuration_set_nameString

The name of the configuration set.

Returns:

  • (String)


2933
2934
2935
2936
2937
2938
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 2933

class PutConfigurationSetDeliveryOptionsRequest < Struct.new(
  :configuration_set_name,
  :delivery_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).



2933
2934
2935
2936
2937
2938
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 2933

class PutConfigurationSetDeliveryOptionsRequest < Struct.new(
  :configuration_set_name,
  :delivery_options)
  SENSITIVE = []
  include Aws::Structure
end