Struct aws_sdk_datapipeline::output::PollForTaskOutput
source · [−]#[non_exhaustive]pub struct PollForTaskOutput {
pub task_object: Option<TaskObject>,
}
Expand description
Contains the output of PollForTask.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.task_object: Option<TaskObject>
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
.
Implementations
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
.
Creates a new builder-style object to manufacture PollForTaskOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for PollForTaskOutput
impl Send for PollForTaskOutput
impl Sync for PollForTaskOutput
impl Unpin for PollForTaskOutput
impl UnwindSafe for PollForTaskOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more