CreateEmailIdentityRequest
public struct CreateEmailIdentityRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The email address or domain that you want to verify.
Declaration
Swift
public let emailIdentity: String
-
An array of objects that define the tags (keys and values) that you want to associate with the email identity.
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public init(emailIdentity: String, tags: [Tag]? = nil)