Learn R Programming

paws.storage (version 0.1.7)

s3control_describe_job: Retrieves the configuration parameters and status for a batch operations job

Description

Retrieves the configuration parameters and status for a batch operations job.

Usage

s3control_describe_job(AccountId, JobId)

Arguments

AccountId

[required]

JobId

[required] The ID for the job whose information you want to retrieve.

Request syntax

svc$describe_job(
  AccountId = "string",
  JobId = "string"
)