AWSEC2SnapshotDiskContainer
Objective-C
@interface AWSEC2SnapshotDiskContainerSwift
class AWSEC2SnapshotDiskContainerThe disk container object for the import snapshot request.
- 
                  
                  The description of the disk image being imported. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable detail;Swift var detail: String? { get set }
- 
                  
                  The format of the disk image being imported. Valid values: VHD|VMDK|RAWDeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable format;Swift var format: String? { get set }
- 
                  
                  The URL to the Amazon S3-based disk image being imported. It can either be a https URL (https://..) or an Amazon S3 URL (s3://..). DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable url;Swift var url: String? { get set }
- 
                  
                  The Amazon S3 bucket for the disk image. DeclarationObjective-C @property (nonatomic, strong) AWSEC2UserBucket *_Nullable userBucket;Swift var userBucket: AWSEC2UserBucket? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSEC2SnapshotDiskContainer Class Reference
        AWSEC2SnapshotDiskContainer Class Reference