DatasetSummary
public struct DatasetSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of “DataActionSummary” objects.
Declaration
Swift
public let actions: [DatasetActionSummary]?
-
The time the data set was created.
Declaration
Swift
public let creationTime: TimeStamp?
-
The name of the data set.
Declaration
Swift
public let datasetName: String?
-
The last time the data set was updated.
Declaration
Swift
public let lastUpdateTime: TimeStamp?
-
The status of the data set.
Declaration
Swift
public let status: DatasetStatus?
-
A list of triggers. A trigger causes data set content to be populated at a specified time interval or when another data set is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects
Declaration
Swift
public let triggers: [DatasetTrigger]?
-
Undocumented
Declaration
Swift
public init(actions: [DatasetActionSummary]? = nil, creationTime: TimeStamp? = nil, datasetName: String? = nil, lastUpdateTime: TimeStamp? = nil, status: DatasetStatus? = nil, triggers: [DatasetTrigger]? = nil)