ExportImageResult

public struct ExportImageResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A description of the image being exported.

    Declaration

    Swift

    public let description: String?
  • The disk image format for the exported image.

    Declaration

    Swift

    public let diskImageFormat: DiskImageFormat?
  • 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?
  • The name of the role that grants VM Import/Export permission to export images to your Amazon S3 bucket.

    Declaration

    Swift

    public let roleName: 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, diskImageFormat: DiskImageFormat? = nil, exportImageTaskId: String? = nil, imageId: String? = nil, progress: String? = nil, roleName: String? = nil, s3ExportLocation: ExportTaskS3Location? = nil, status: String? = nil, statusMessage: String? = nil, tags: [Tag]? = nil)