StopRelationalDatabaseRequest
public struct StopRelationalDatabaseRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of your database to stop.
Declaration
Swift
public let relationalDatabaseName: String -
The name of your new database snapshot to be created before stopping your database.
Declaration
Swift
public let relationalDatabaseSnapshotName: String? -
Undocumented
Declaration
Swift
public init(relationalDatabaseName: String, relationalDatabaseSnapshotName: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
StopRelationalDatabaseRequest Structure Reference