AWSEC2DisableFastSnapshotRestoresResult
Objective-C
@interface AWSEC2DisableFastSnapshotRestoresResult
Swift
class AWSEC2DisableFastSnapshotRestoresResult
-
Information about the snapshots for which fast snapshot restores were successfully disabled.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2DisableFastSnapshotRestoreSuccessItem *> *_Nullable successful;
Swift
var successful: [AWSEC2DisableFastSnapshotRestoreSuccessItem]? { get set }
-
Information about the snapshots for which fast snapshot restores could not be disabled.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2DisableFastSnapshotRestoreErrorItem *> *_Nullable unsuccessful;
Swift
var unsuccessful: [AWSEC2DisableFastSnapshotRestoreErrorItem]? { get set }