ExportImageTask
public struct ExportImageTask : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A description of the image being exported.
Declaration
Swift
public let description: String? -
The ID of the export image task.
Declaration
Swift
public let exportImageTaskId: String? -
The ID of the image.
Declaration
Swift
public let imageId: String? -
The percent complete of the export image task.
Declaration
Swift
public let progress: String? -
Information about the destination Amazon S3 bucket.
Declaration
Swift
public let s3ExportLocation: ExportTaskS3Location? -
The status of the export image task. The possible values are active, completed, deleting, and deleted.
Declaration
Swift
public let status: String? -
The status message for the export image task.
Declaration
Swift
public let statusMessage: String? -
Any tags assigned to the image being exported.
Declaration
Swift
public let tags: [Tag]? -
Undocumented
Declaration
Swift
public init(description: String? = nil, exportImageTaskId: String? = nil, imageId: String? = nil, progress: String? = nil, s3ExportLocation: ExportTaskS3Location? = nil, status: String? = nil, statusMessage: String? = nil, tags: [Tag]? = nil)
View on GitHub
ExportImageTask Structure Reference