ExportInfo

public struct ExportInfo : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A URL for an Amazon S3 bucket where you can review the exported data. The URL is displayed only if the export succeeded.

    Declaration

    Swift

    public let configurationsDownloadUrl: String?
  • A unique identifier used to query an export.

    Declaration

    Swift

    public let exportId: String
  • The time that the data export was initiated.

    Declaration

    Swift

    public let exportRequestTime: TimeStamp
  • The status of the data export job.

    Declaration

    Swift

    public let exportStatus: ExportStatus
  • If true, the export of agent information exceeded the size limit for a single export and the exported data is incomplete for the requested time range. To address this, select a smaller time range for the export by using startDate and endDate.

    Declaration

    Swift

    public let isTruncated: Bool?
  • The endTime used in the StartExportTask request. If no endTime was requested, this result does not appear in ExportInfo.

    Declaration

    Swift

    public let requestedEndTime: TimeStamp?
  • The value of startTime parameter in the StartExportTask request. If no startTime was requested, this result does not appear in ExportInfo.

    Declaration

    Swift

    public let requestedStartTime: TimeStamp?
  • A status message provided for API callers.

    Declaration

    Swift

    public let statusMessage: String
  • Undocumented

    Declaration

    Swift

    public init(configurationsDownloadUrl: String? = nil, exportId: String, exportRequestTime: TimeStamp, exportStatus: ExportStatus, isTruncated: Bool? = nil, requestedEndTime: TimeStamp? = nil, requestedStartTime: TimeStamp? = nil, statusMessage: String)