DiskImageDescription

public struct DiskImageDescription : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The checksum computed for the disk image.

    Declaration

    Swift

    public let checksum: String?
  • The disk image format.

    Declaration

    Swift

    public let format: DiskImageFormat?
  • A presigned URL for the import manifest stored in Amazon S3. For information about creating a presigned URL for an Amazon S3 object, read the “Query String Request Authentication Alternative” section of the Authenticating REST Requests topic in the Amazon Simple Storage Service Developer Guide. For information about the import manifest referenced by this API action, see VM Import Manifest.

    Declaration

    Swift

    public let importManifestUrl: String?
  • The size of the disk image, in GiB.

    Declaration

    Swift

    public let size: Int64?
  • Undocumented

    Declaration

    Swift

    public init(checksum: String? = nil, format: DiskImageFormat? = nil, importManifestUrl: String? = nil, size: Int64? = nil)