Struct rusoto_importexport::ListJobsInput [] [src]

pub struct ListJobsInput {
    pub api_version: Option<String>,
    pub marker: Option<String>,
    pub max_jobs: Option<i64>,
}

Input structure for the ListJobs operation.

Fields

Trait Implementations

impl Default for ListJobsInput
[src]

[src]

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

impl Debug for ListJobsInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListJobsInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more