CreateEmailIdentityResponse
public struct CreateEmailIdentityResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An object that contains information about the DKIM attributes for the identity.
Declaration
Swift
public let dkimAttributes: DkimAttributes?
-
The email identity type.
Declaration
Swift
public let identityType: IdentityType?
-
Specifies whether or not the identity is verified. You can only send email from verified email addresses or domains. For more information about verifying identities, see the Amazon Pinpoint User Guide.
Declaration
Swift
public let verifiedForSendingStatus: Bool?
-
Undocumented
Declaration
Swift
public init(dkimAttributes: DkimAttributes? = nil, identityType: IdentityType? = nil, verifiedForSendingStatus: Bool? = nil)