AWSEC2DiskImageDescription
Objective-C
@interface AWSEC2DiskImageDescriptionSwift
class AWSEC2DiskImageDescriptionDescribes a disk image.
- 
                  
                  The checksum computed for the disk image. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable checksum;Swift var checksum: String? { get set }
- 
                  
                  The disk image format. DeclarationObjective-C @property (nonatomic) AWSEC2DiskImageFormat format;Swift var format: AWSEC2DiskImageFormat { get set }
- 
                  
                  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. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable importManifestUrl;Swift var importManifestUrl: String? { get set }
- 
                  
                  The size of the disk image, in GiB. DeclarationObjective-C @property (nonatomic, strong) NSNumber *_Nullable size;Swift var size: NSNumber? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSEC2DiskImageDescription Class Reference
        AWSEC2DiskImageDescription Class Reference