Class: Aws::SESV2::Types::SmimeSigningScheme

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

Instance Attribute Details

#signature_format ⇒ String

The format of the S/MIME signature that Amazon SES API v2 applies to messages.

Returns:

  • (String)


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