class Aws::S3Control::Types::JobReport
Contains the configuration parameters for a job-completion report.
@note When making an API call, you may pass JobReport
data as a hash: { bucket: "S3BucketArnString", format: "Report_CSV_20180820", # accepts Report_CSV_20180820 enabled: false, # required prefix: "ReportPrefixString", report_scope: "AllTasks", # accepts AllTasks, FailedTasksOnly }
@!attribute [rw] bucket
The Amazon Resource Name (ARN) for the bucket where specified job-completion report will be stored. @return [String]
@!attribute [rw] format
The format of the specified job-completion report. @return [String]
@!attribute [rw] enabled
Indicates whether the specified job will generate a job-completion report. @return [Boolean]
@!attribute [rw] prefix
An optional prefix to describe where in the specified bucket the job-completion report will be stored. Amazon S3 stores the job-completion report at `<prefix>/job-<job-id>/report.json`. @return [String]
@!attribute [rw] report_scope
Indicates whether the job-completion report will include details of all tasks or only failed tasks. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/JobReport AWS API Documentation
Constants
- SENSITIVE