Class: Aws::SESV2::Types::SmimeSigningScheme
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::SmimeSigningScheme
- Defined in:
- gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb
Overview
Specifies that Amazon SES API v2 signs messages sent with the configuration set using S/MIME.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#signature_format ⇒ String
The format of the S/MIME signature that Amazon SES API v2 applies to messages.
Instance Attribute Details
#signature_format ⇒ String
The format of the S/MIME signature that Amazon SES API v2 applies to messages.
8558 8559 8560 8561 8562 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 8558 class SmimeSigningScheme < Struct.new( :signature_format) SENSITIVE = [] include Aws::Structure end |