Struct aws_sdk_batch::model::job_summary::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for JobSummary
Implementations
The Amazon Resource Name (ARN) of the job.
The Amazon Resource Name (ARN) of the job.
The ID of the job.
The name of the job.
The Unix timestamp for when the job was created. For non-array jobs and parent array jobs, this is when the job
entered the SUBMITTED
state (at the time SubmitJob was called). For array child jobs,
this is when the child job was spawned by its parent and entered the PENDING
state.
The Unix timestamp for when the job was created. For non-array jobs and parent array jobs, this is when the job
entered the SUBMITTED
state (at the time SubmitJob was called). For array child jobs,
this is when the child job was spawned by its parent and entered the PENDING
state.
The current status for the job.
A short, human-readable string to provide additional details about the current status of the job.
A short, human-readable string to provide additional details about the current status of the job.
The Unix timestamp for when the job was started (when the job transitioned from the STARTING
state
to the RUNNING
state).
The Unix timestamp for when the job was started (when the job transitioned from the STARTING
state
to the RUNNING
state).
The Unix timestamp for when the job was stopped (when the job transitioned from the RUNNING
state
to a terminal state, such as SUCCEEDED
or FAILED
).
The Unix timestamp for when the job was stopped (when the job transitioned from the RUNNING
state
to a terminal state, such as SUCCEEDED
or FAILED
).
An object representing the details of the container that's associated with the job.
An object representing the details of the container that's associated with the job.
The array properties of the job, if it is an array job.
The array properties of the job, if it is an array job.
The node properties for a single node in a job summary list.
This isn't applicable to jobs that are running on Fargate resources.
The node properties for a single node in a job summary list.
This isn't applicable to jobs that are running on Fargate resources.
The Amazon Resource Name (ARN) of the job definition.
The Amazon Resource Name (ARN) of the job definition.
Consumes the builder and constructs a JobSummary
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
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