Class InspectDynamoDbClient
The Inspect
Inheritance
System.Object
InspectDynamoDbClient
Namespace: LambdaSharp.DynamoDB.Native.Utility
Assembly: LambdaSharp.DynamoDB.Native.dll
Syntax
public class InspectDynamoDbClient : IAmazonDynamoDB, IAmazonService, IDisposable
Constructors
InspectDynamoDbClient(IAmazonDynamoDB, Action<Object>)
Create new instance of Inspect
Declaration
public InspectDynamoDbClient(IAmazonDynamoDB dynamoDBClient, Action<object> callback)
Parameters
Type | Name | Description |
---|---|---|
Amazon. |
dynamoDBClient | The DynamoDB client to wrap. |
System. |
callback | The inspection callback. |