#[non_exhaustive]
pub struct JobDescriptor { /* private fields */ }
Expand description

A container element for the job configuration and status information returned by a Describe Job request.

Implementations§

The ID for the specified job.

Indicates whether confirmation is required before Amazon S3 begins running the specified job. Confirmation is required only for jobs created through the Amazon S3 console.

The description for this job, if one was provided in this job's Create Job request.

The Amazon Resource Name (ARN) for this job.

The current status of the specified job.

The configuration information for the specified job's manifest object.

The operation that the specified job is configured to run on the objects listed in the manifest.

The priority of the specified job.

Describes the total number of tasks that the specified job has run, the number of tasks that succeeded, and the number of tasks that failed.

The reason for updating the job.

If the specified job failed, this field contains information describing the failure.

Contains the configuration information for the job-completion report if you requested one in the Create Job request.

A timestamp indicating when this job was created.

A timestamp indicating when this job terminated. A job's termination date is the date and time when it succeeded, failed, or was canceled.

The Amazon Resource Name (ARN) for the Identity and Access Management (IAM) role assigned to run the tasks for this job.

The timestamp when this job was suspended, if it has been suspended.

The reason why the specified job was suspended. A job is only suspended if you create it through the Amazon S3 console. When you create the job, it enters the Suspended state to await confirmation before running. After you confirm the job, it automatically exits the Suspended state.

The manifest generator that was used to generate a job manifest for this job.

The attribute of the JobDescriptor containing details about the job's generated manifest.

Creates a new builder-style object to manufacture JobDescriptor.

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
This method tests for self and other values to be equal, and is used by ==.
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more