Dataset

public struct Dataset : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Date on which the dataset was created.

    Declaration

    Swift

    public let creationDate: TimeStamp?
  • A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, ‘_’ (underscore), ‘-’ (dash), and ‘.’ (dot).

    Declaration

    Swift

    public let datasetName: String?
  • Total size in bytes of the records in this dataset.

    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?
  • The device that made the last change to this dataset.

    Declaration

    Swift

    public let lastModifiedBy: String?
  • Date when the dataset was last modified.

    Declaration

    Swift

    public let lastModifiedDate: TimeStamp?
  • Number of records in this dataset.

    Declaration

    Swift

    public let numRecords: Int64?
  • Undocumented

    Declaration

    Swift

    public init(creationDate: TimeStamp? = nil, datasetName: String? = nil, dataStorage: Int64? = nil, identityId: String? = nil, lastModifiedBy: String? = nil, lastModifiedDate: TimeStamp? = nil, numRecords: Int64? = nil)