Struct rusoto_importexport::GetStatusInput [] [src]

pub struct GetStatusInput {
    pub api_version: Option<APIVersion>,
    pub job_id: JobId,
}

Input structure for the GetStatus operation.

Fields

Trait Implementations

impl Default for GetStatusInput
[src]

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

impl Debug for GetStatusInput
[src]

Formats the value using the given formatter.

impl Clone for GetStatusInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more