Struct rusoto_batch::CancelJobRequest [] [src]

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

Fields

A list of up to 100 job IDs to cancel.

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 CancelJobRequest
[src]

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

impl Debug for CancelJobRequest
[src]

Formats the value using the given formatter.

impl Clone for CancelJobRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more