Learn R Programming

paws.analytics (version 0.1.7)

glue_reset_job_bookmark: Resets a bookmark entry

Description

Resets a bookmark entry.

Usage

glue_reset_job_bookmark(JobName, RunId)

Arguments

JobName

[required] The name of the job in question.

RunId

The unique run identifier associated with this job run.

Request syntax

svc$reset_job_bookmark(
  JobName = "string",
  RunId = "string"
)