We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda8d15 commit e825d3fCopy full SHA for e825d3f
swift/example_code/rds/scenario/Sources/entry.swift
@@ -53,10 +53,10 @@ class Example {
53
54
init(region: String, username: String, password: String) async throws{
55
let rdsConfig = try await RDSClient.RDSClientConfiguration(region: region)
56
- self.rdsClient = RDSClient(config: rdsConfig)
+ rdsClient = RDSClient(config: rdsConfig)
57
58
- self.dbUsername = username
59
- self.dbPassword = password
+ dbUsername = username
+ dbPassword = password
60
dbParameterGroupName = ""
61
dbInstanceIdentifier = ""
62
dbSnapshotIdentifier = ""
0 commit comments