Learn R Programming

paws.storage (version 0.1.10)

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. For more information, see S3 Batch Operations in the Amazon Simple Storage Service Developer Guide.

Related actions include:

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"
)