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