DeleteDBSnapshotMessage
public struct DeleteDBSnapshotMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The DB snapshot identifier. Constraints: Must be the name of an existing DB snapshot in the available state.
Declaration
Swift
public let dBSnapshotIdentifier: String -
Undocumented
Declaration
Swift
public init(dBSnapshotIdentifier: String)
View on GitHub
DeleteDBSnapshotMessage Structure Reference