Struct rusoto_batch::TerminateJobRequest [] [src]

pub struct TerminateJobRequest {
    pub job_id: String,
    pub reason: String,
}

Fields

Job IDs to be terminated. Up to 100 jobs can be specified.

A message to attach to the job that explains the reason for cancelling it. This message is returned by future DescribeJobs operations on the job. This message is also recorded in the AWS Batch activity logs.

Trait Implementations

impl Default for TerminateJobRequest
[src]

Returns the "default value" for a type. Read more

impl Debug for TerminateJobRequest
[src]

Formats the value using the given formatter.

impl Clone for TerminateJobRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more