IdentityPoolUsage
public struct IdentityPoolUsage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Data storage information for the identity pool.
Declaration
Swift
public let dataStorage: Int64? -
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.
Declaration
Swift
public let identityPoolId: String? -
Date on which the identity pool was last modified.
Declaration
Swift
public let lastModifiedDate: TimeStamp? -
Number of sync sessions for the identity pool.
Declaration
Swift
public let syncSessionsCount: Int64? -
Undocumented
Declaration
Swift
public init(dataStorage: Int64? = nil, identityPoolId: String? = nil, lastModifiedDate: TimeStamp? = nil, syncSessionsCount: Int64? = nil)
View on GitHub
IdentityPoolUsage Structure Reference