Learn R Programming

civis (version 1.2.0)

match_targets_patch: Update a match target

Description

Update a match target

Usage

match_targets_patch(id, name = NULL, table = NULL, region = NULL)

Arguments

id

integer required. The ID of the match target

name

string optional. The name of the match target

table

string optional. The name of the DynamoDB table

region

string optional. The AWS region of the DynamoDB table. By default, us-east-1.

Value

A list containing the following elements:

id

integer, The ID of the match target

name

string, The name of the match target

table

string, The name of the DynamoDB table

region

string, The AWS region of the DynamoDB table. By default, us-east-1.