AWSEC2RestoreSnapshotTierResult
Objective-C
@interface AWSEC2RestoreSnapshotTierResult
Swift
class AWSEC2RestoreSnapshotTierResult
-
Indicates whether the snapshot is permanently restored.
true
indicates a permanent restore.false
indicates a temporary restore.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable isPermanentRestore;
Swift
var isPermanentRestore: NSNumber? { get set }
-
For temporary restores only. The number of days for which the archived snapshot is temporarily restored.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable restoreDuration;
Swift
var restoreDuration: NSNumber? { get set }
-
The date and time when the snapshot restore process started.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable restoreStartTime;
Swift
var restoreStartTime: Date? { get set }
-
The ID of the snapshot.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable snapshotId;
Swift
var snapshotId: String? { get set }