AWSEC2RestoreSnapshotTierResult
Objective-C
@interface AWSEC2RestoreSnapshotTierResultSwift
class AWSEC2RestoreSnapshotTierResult- 
                  
                  Indicates whether the snapshot is permanently restored. trueindicates a permanent restore.falseindicates a temporary restore.DeclarationObjective-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. DeclarationObjective-C @property (nonatomic, strong) NSNumber *_Nullable restoreDuration;Swift var restoreDuration: NSNumber? { get set }
- 
                  
                  The date and time when the snapshot restore process started. DeclarationObjective-C @property (nonatomic, strong) NSDate *_Nullable restoreStartTime;Swift var restoreStartTime: Date? { get set }
- 
                  
                  The ID of the snapshot. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable snapshotId;Swift var snapshotId: String? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSEC2RestoreSnapshotTierResult Class Reference
        AWSEC2RestoreSnapshotTierResult Class Reference