JobReport class

Contains the configuration parameters for a job-completion report.

Constructors

JobReport({required bool enabled, String? bucket, JobReportFormat? format, String? prefix, JobReportScope? reportScope})
JobReport.fromXml(XmlElement elem)
factory

Properties

bucket String?
The Amazon Resource Name (ARN) for the bucket where specified job-completion report will be stored.
final
enabled bool
Indicates whether the specified job will generate a job-completion report.
final
format JobReportFormat?
The format of the specified job-completion report.
final
hashCode int
The hash code for this object.
no setterinherited
prefix String?
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.
final
reportScope JobReportScope?
Indicates whether the job-completion report will include details of all tasks or only failed tasks.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toXml(String elemName, {List<XmlAttribute>? attributes}) → XmlElement

Operators

operator ==(Object other) bool
The equality operator.
inherited