EnableFastSnapshotRestoresResult
public struct EnableFastSnapshotRestoresResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the snapshots for which fast snapshot restores were successfully enabled.
Declaration
Swift
public let successful: [EnableFastSnapshotRestoreSuccessItem]?
-
Information about the snapshots for which fast snapshot restores could not be enabled.
Declaration
Swift
public let unsuccessful: [EnableFastSnapshotRestoreErrorItem]?
-
Undocumented
Declaration
Swift
public init(successful: [EnableFastSnapshotRestoreSuccessItem]? = nil, unsuccessful: [EnableFastSnapshotRestoreErrorItem]? = nil)