• Returns a set of attributes for the item with the given primary key by delegating to GetCommand.

    Returns

    The same response returned by send()ing this command

    Parameters

    • tableName: string

      The name of the table containing the requested item

    • key: Record<string, any>

      A map of attribute names to values, representing the primary key of the item to retrieve

    • Optional options: Partial<GetCommandInput>

      The options accepted by the original GetCommand class

    Returns Promise<GetCommandOutput>

Generated using TypeDoc