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 9d41158 commit a1291dcCopy full SHA for a1291dc
lib/aws/session_store/dynamo_db/configuration.rb
@@ -153,7 +153,7 @@ class Configuration
153
# See AWS DynamoDB documentation for table write_capacity for more
154
# information on this setting.
155
# @option options [DynamoDB Client] :dynamo_db_client
156
- # (Aws::DynamoDB::ClientV2) DynamoDB client used to perform database
+ # (Aws::DynamoDB::Client) DynamoDB client used to perform database
157
# operations inside of middleware application.
158
# @option options [Boolean] :raise_errors (false) If true, all errors are
159
# raised up the stack when default ErrorHandler. If false, Only specified
0 commit comments