Class: Aws::SESV2::Types::UpdateConfigurationSetRequest

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

Instance Attribute Details

#configuration_set_nameString

The name of the configuration set to update.

Returns:

  • (String)


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