Struct aws_sdk_iotthingsgraph::model::flow_execution_summary::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for FlowExecutionSummary
Implementations
The ID of the flow execution.
The ID of the flow execution.
The current status of the flow execution.
The current status of the flow execution.
The ID of the system instance that contains the flow.
The ID of the system instance that contains the flow.
The ID of the flow.
The ID of the flow.
The date and time when the flow execution summary was created.
The date and time when the flow execution summary was created.
The date and time when the flow execution summary was last updated.
The date and time when the flow execution summary was last updated.
Consumes the builder and constructs a FlowExecutionSummary
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