ListEmailIdentitiesResponse
public struct ListEmailIdentitiesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array that includes all of the identities associated with your Amazon Pinpoint account.
Declaration
Swift
public let emailIdentities: [IdentityInfo]?
-
A token that indicates that there are additional configuration sets to list. To view additional configuration sets, issue another request to ListEmailIdentities, and pass this token in the NextToken parameter.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(emailIdentities: [IdentityInfo]? = nil, nextToken: String? = nil)