AWSEC2SnapshotTaskDetail
Objective-C
@interface AWSEC2SnapshotTaskDetailSwift
class AWSEC2SnapshotTaskDetailDetails about the import snapshot task.
- 
                  
                  The description of the snapshot. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable detail;Swift var detail: String? { get set }
- 
                  
                  The size of the disk in the snapshot, in GiB. DeclarationObjective-C @property (nonatomic, strong) NSNumber *_Nullable diskImageSize;Swift var diskImageSize: NSNumber? { get set }
- 
                  
                  Indicates whether the snapshot is encrypted. DeclarationObjective-C @property (nonatomic, strong) NSNumber *_Nullable encrypted;Swift var encrypted: NSNumber? { get set }
- 
                  
                  The format of the disk image from which the snapshot is created. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable format;Swift var format: String? { get set }
- 
                  
                  The identifier for the KMS key that was used to create the encrypted snapshot. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable kmsKeyId;Swift var kmsKeyId: String? { get set }
- 
                  
                  The percentage of completion for the import snapshot task. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable progress;Swift var progress: String? { get set }
- 
                  
                  The snapshot ID of the disk being imported. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable snapshotId;Swift var snapshotId: String? { get set }
- 
                  
                  A brief status for the import snapshot task. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable status;Swift var status: String? { get set }
- 
                  
                  A detailed status message for the import snapshot task. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable statusMessage;Swift var statusMessage: String? { get set }
- 
                  
                  The URL of the disk image from which the snapshot is created. 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) AWSEC2UserBucketDetails *_Nullable userBucket;Swift var userBucket: AWSEC2UserBucketDetails? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSEC2SnapshotTaskDetail Class Reference
        AWSEC2SnapshotTaskDetail Class Reference