ExportTask
public struct ExportTask : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A description of the resource being exported.
Declaration
Swift
public let description: String? -
The ID of the export task.
Declaration
Swift
public let exportTaskId: String? -
Information about the export task.
Declaration
Swift
public let exportToS3Task: ExportToS3Task? -
Information about the instance to export.
Declaration
Swift
public let instanceExportDetails: InstanceExportDetails? -
The state of the export task.
Declaration
Swift
public let state: ExportTaskState? -
The status message related to the export task.
Declaration
Swift
public let statusMessage: String? -
The tags for the export task.
Declaration
Swift
public let tags: [Tag]? -
Undocumented
Declaration
Swift
public init(description: String? = nil, exportTaskId: String? = nil, exportToS3Task: ExportToS3Task? = nil, instanceExportDetails: InstanceExportDetails? = nil, state: ExportTaskState? = nil, statusMessage: String? = nil, tags: [Tag]? = nil)
View on GitHub
ExportTask Structure Reference