ListIdentityPoolsInput
public struct ListIdentityPoolsInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The maximum number of identities to return.
Declaration
Swift
public let maxResults: Int -
A pagination token.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(maxResults: Int, nextToken: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
ListIdentityPoolsInput Structure Reference