Struct rusoto_batch::DescribeJobsRequest [] [src]

pub struct DescribeJobsRequest {
    pub jobs: Vec<String>,
}

Fields

A space-separated list of up to 100 job IDs.

Trait Implementations

impl Default for DescribeJobsRequest
[src]

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

impl Debug for DescribeJobsRequest
[src]

Formats the value using the given formatter.

impl Clone for DescribeJobsRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more