DatasetSummary
public struct DatasetSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The date and time (in Unix time) that the dataset was created.
Declaration
Swift
public let creationDateTime: TimeStamp?
-
The Amazon Resource Name (ARN) of the dataset.
Declaration
Swift
public let datasetArn: String?
-
The dataset type. One of the following values: Interactions Items Users Event-Interactions
Declaration
Swift
public let datasetType: String?
-
The date and time (in Unix time) that the dataset was last updated.
Declaration
Swift
public let lastUpdatedDateTime: TimeStamp?
-
The name of the dataset.
Declaration
Swift
public let name: String?
-
The status of the dataset. A dataset can be in one of the following states: CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED DELETE PENDING > DELETE IN_PROGRESS
Declaration
Swift
public let status: String?