ListIdentityPoolUsageResponse
public struct ListIdentityPoolUsageResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Total number of identities for the identity pool.
Declaration
Swift
public let count: Int? -
Usage information for the identity pools.
Declaration
Swift
public let identityPoolUsages: [IdentityPoolUsage]? -
The maximum number of results to be returned.
Declaration
Swift
public let maxResults: Int? -
A pagination token for obtaining the next page of results.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(count: Int? = nil, identityPoolUsages: [IdentityPoolUsage]? = nil, maxResults: Int? = nil, nextToken: String? = nil)
View on GitHub
ListIdentityPoolUsageResponse Structure Reference