Struct aws_sdk_swf::model::workflow_execution_open_counts::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for WorkflowExecutionOpenCounts
Implementations
The count of activity tasks whose status is OPEN
.
The count of activity tasks whose status is OPEN
.
The count of decision tasks whose status is OPEN. A workflow execution can have at most one open decision task.
The count of decision tasks whose status is OPEN. A workflow execution can have at most one open decision task.
The count of timers started by this workflow execution that have not fired yet.
The count of timers started by this workflow execution that have not fired yet.
The count of child workflow executions whose status is OPEN
.
The count of child workflow executions whose status is OPEN
.
The count of Lambda tasks whose status is OPEN
.
The count of Lambda tasks whose status is OPEN
.
Consumes the builder and constructs a WorkflowExecutionOpenCounts
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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