DatasetSummary

public struct DatasetSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • When the dataset was created.

    Declaration

    Swift

    public let creationTime: TimeStamp?
  • The Amazon Resource Name (ARN) of the dataset.

    Declaration

    Swift

    public let datasetArn: String?
  • The name of the dataset.

    Declaration

    Swift

    public let datasetName: String?
  • The dataset type.

    Declaration

    Swift

    public let datasetType: DatasetType?
  • The domain associated with the dataset.

    Declaration

    Swift

    public let domain: Domain?
  • When you create a dataset, LastModificationTime is the same as CreationTime. While data is being imported to the dataset, LastModificationTime is the current time of the ListDatasets call. After a CreateDatasetImportJob operation has finished, LastModificationTime is when the import job completed or failed.

    Declaration

    Swift

    public let lastModificationTime: TimeStamp?
  • Undocumented

    Declaration

    Swift

    public init(creationTime: TimeStamp? = nil, datasetArn: String? = nil, datasetName: String? = nil, datasetType: DatasetType? = nil, domain: Domain? = nil, lastModificationTime: TimeStamp? = nil)