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. This object includes the tokens that you use to create the CNAME records that are required to complete the DKIM verification process.
Declaration
Swift
public let dkimAttributes: DkimAttributes?
-
The email identity type.
Declaration
Swift
public let identityType: IdentityType?
-
Specifies whether or not the identity is verified. In Amazon Pinpoint, 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)