IdentityUsage

public struct IdentityUsage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Number of datasets for the identity.

    Declaration

    Swift

    public let datasetCount: Int?
  • Total data storage for this identity.

    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 identityId: String?
  • 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 was last modified.

    Declaration

    Swift

    public let lastModifiedDate: TimeStamp?
  • Undocumented

    Declaration

    Swift

    public init(datasetCount: Int? = nil, dataStorage: Int64? = nil, identityId: String? = nil, identityPoolId: String? = nil, lastModifiedDate: TimeStamp? = nil)