Dataset
public struct Dataset : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The creation date and time (in Unix time) of the dataset.
Declaration
Swift
public let creationDateTime: TimeStamp?
-
The Amazon Resource Name (ARN) of the dataset that you want metadata for.
Declaration
Swift
public let datasetArn: String?
-
The Amazon Resource Name (ARN) of the dataset group.
Declaration
Swift
public let datasetGroupArn: String?
-
One of the following values: Interactions Items Users
Declaration
Swift
public let datasetType: String?
-
A time stamp that shows when the dataset was updated.
Declaration
Swift
public let lastUpdatedDateTime: TimeStamp?
-
The name of the dataset.
Declaration
Swift
public let name: String?
-
The ARN of the associated schema.
Declaration
Swift
public let schemaArn: 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?