ListIdentitiesResponse
public struct ListIdentitiesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An object containing a set of identities and associated mappings.
Declaration
Swift
public let identities: [IdentityDescription]? -
An identity pool ID in the format REGION:GUID.
Declaration
Swift
public let identityPoolId: String? -
A pagination token.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(identities: [IdentityDescription]? = nil, identityPoolId: String? = nil, nextToken: String? = nil)
View on GitHub
ListIdentitiesResponse Structure Reference