Class: Aws::SESV2::Types::UpdateConfigurationSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::UpdateConfigurationSetRequest
- Defined in:
- gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb
Overview
A request to update the configuration of an existing configuration set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_set_name ⇒ String
The name of the configuration set to update.
-
#message_security_options ⇒ Types::MessageSecurityOptions
The security options that apply to the MIME message itself for messages sent with the configuration set.
Instance Attribute Details
#configuration_set_name ⇒ String
The name of the configuration set to update.
9438 9439 9440 9441 9442 9443 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 9438 class UpdateConfigurationSetRequest < Struct.new( :configuration_set_name, :message_security_options) SENSITIVE = [] include Aws::Structure end |
#message_security_options ⇒ Types::MessageSecurityOptions
The security options that apply to the MIME message itself for messages sent with the configuration set.
9438 9439 9440 9441 9442 9443 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 9438 class UpdateConfigurationSetRequest < Struct.new( :configuration_set_name, :message_security_options) SENSITIVE = [] include Aws::Structure end |