AWSEC2SnapshotRecycleBinInfo
Objective-C
@interface AWSEC2SnapshotRecycleBinInfo
Swift
class AWSEC2SnapshotRecycleBinInfo
Information about a snapshot that is currently in the Recycle Bin.
-
The description for the snapshot.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;
Swift
var detail: String? { get set }
-
The date and time when the snaphsot entered the Recycle Bin.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable recycleBinEnterTime;
Swift
var recycleBinEnterTime: Date? { get set }
-
The date and time when the snapshot is to be permanently deleted from the Recycle Bin.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable recycleBinExitTime;
Swift
var recycleBinExitTime: Date? { get set }
-
The ID of the snapshot.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable snapshotId;
Swift
var snapshotId: String? { get set }
-
The ID of the volume from which the snapshot was created.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable volumeId;
Swift
var volumeId: String? { get set }