Class: Aws::SESV2::Types::MessageSecurityOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::MessageSecurityOptions
- Defined in:
- gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb
Overview
An object that defines the message-level security options that apply to messages that you send using the configuration set. Currently, these options determine whether Amazon SES API v2 adds an S/MIME signature to your messages and, if so, the format of that signature.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#signing_scheme ⇒ Types::SigningScheme
The signing scheme that Amazon SES API v2 applies to messages sent with the configuration set.
Instance Attribute Details
#signing_scheme ⇒ Types::SigningScheme
The signing scheme that Amazon SES API v2 applies to messages sent with the configuration set.
6534 6535 6536 6537 6538 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6534 class MessageSecurityOptions < Struct.new( :signing_scheme) SENSITIVE = [] include Aws::Structure end |