Struct rusoto_datapipeline::PollForTaskOutput [] [src]

pub struct PollForTaskOutput {
    pub task_object: Option<TaskObject>,
}

Contains the output of PollForTask.

Fields

The information needed to complete the task that is being assigned to the task runner. One of the fields returned in this object is taskId, which contains an identifier for the task being assigned. The calling task runner uses taskId in subsequent calls to ReportTaskProgress and SetTaskStatus.

Trait Implementations

impl Default for PollForTaskOutput
[src]

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

impl Debug for PollForTaskOutput
[src]

Formats the value using the given formatter.

impl Clone for PollForTaskOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more