DiskImageDetail
public struct DiskImageDetail : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The size of the disk image, in GiB.
Declaration
Swift
public let bytes: Int64
-
The disk image format.
Declaration
Swift
public let format: DiskImageFormat
-
A presigned URL for the import manifest stored in Amazon S3 and presented here as an Amazon S3 presigned URL. 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
-
Undocumented
Declaration
Swift
public init(bytes: Int64, format: DiskImageFormat, importManifestUrl: String)