AWSEC2EnableFastSnapshotRestoresResult
Objective-C
@interface AWSEC2EnableFastSnapshotRestoresResult
Swift
class AWSEC2EnableFastSnapshotRestoresResult
-
Information about the snapshots for which fast snapshot restores were successfully enabled.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2EnableFastSnapshotRestoreSuccessItem *> *_Nullable successful;Swift
var successful: [AWSEC2EnableFastSnapshotRestoreSuccessItem]? { get set } -
Information about the snapshots for which fast snapshot restores could not be enabled.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2EnableFastSnapshotRestoreErrorItem *> *_Nullable unsuccessful;Swift
var unsuccessful: [AWSEC2EnableFastSnapshotRestoreErrorItem]? { get set }
View on GitHub
Install in Dash
AWSEC2EnableFastSnapshotRestoresResult Class Reference