Struct rusoto_importexport::UpdateJobOutput [] [src]

pub struct UpdateJobOutput {
    pub artifact_list: Option<ArtifactList>,
    pub success: Option<Success>,
    pub warning_message: Option<WarningMessage>,
}

Output structure for the UpateJob operation.

Fields

Trait Implementations

impl Default for UpdateJobOutput
[src]

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

impl Debug for UpdateJobOutput
[src]

Formats the value using the given formatter.

impl Clone for UpdateJobOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more