ExportTaskExecutionInfo

public struct ExportTaskExecutionInfo : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

    Declaration

    Swift

    public let completionTime: Int64?
  • The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

    Declaration

    Swift

    public let creationTime: Int64?
  • Undocumented

    Declaration

    Swift

    public init(completionTime: Int64? = nil, creationTime: Int64? = nil)