DatasetContentSummary
public struct DatasetContentSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The time the dataset content status was updated to SUCCEEDED or FAILED.
Declaration
Swift
public let completionTime: TimeStamp? -
The actual time the creation of the data set contents was started.
Declaration
Swift
public let creationTime: TimeStamp? -
The time the creation of the data set contents was scheduled to start.
Declaration
Swift
public let scheduleTime: TimeStamp? -
The status of the data set contents.
Declaration
Swift
public let status: DatasetContentStatus? -
The version of the data set contents.
Declaration
Swift
public let version: String? -
Undocumented
Declaration
Swift
public init(completionTime: TimeStamp? = nil, creationTime: TimeStamp? = nil, scheduleTime: TimeStamp? = nil, status: DatasetContentStatus? = nil, version: String? = nil)
View on GitHub
DatasetContentSummary Structure Reference