SetIdentityDkimEnabledRequest

public struct SetIdentityDkimEnabledRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for this identity; false to disable it.

    Declaration

    Swift

    public let dkimEnabled: Bool
  • The identity for which DKIM signing should be enabled or disabled.

    Declaration

    Swift

    public let identity: String
  • Undocumented

    Declaration

    Swift

    public init(dkimEnabled: Bool, identity: String)