Struct rusoto_datapipeline::ReportTaskProgressOutput [] [src]

pub struct ReportTaskProgressOutput {
    pub canceled: Boolean,
}

Contains the output of ReportTaskProgress.

Fields

If true, the calling task runner should cancel processing of the task. The task runner does not need to call SetTaskStatus for canceled tasks.

Trait Implementations

impl Default for ReportTaskProgressOutput
[src]

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

impl Debug for ReportTaskProgressOutput
[src]

Formats the value using the given formatter.

impl Clone for ReportTaskProgressOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more