ListIdentityPoolsResponse
public struct ListIdentityPoolsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The identity pools returned by the ListIdentityPools action.
Declaration
Swift
public let identityPools: [IdentityPoolShortDescription]? -
A pagination token.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(identityPools: [IdentityPoolShortDescription]? = nil, nextToken: String? = nil)
View on GitHub
ListIdentityPoolsResponse Structure Reference