Struct aws_sdk_appflow::output::StartFlowOutput
source · [−]#[non_exhaustive]pub struct StartFlowOutput {
pub flow_arn: Option<String>,
pub flow_status: Option<FlowStatus>,
pub execution_id: Option<String>,
}
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.flow_arn: Option<String>
The flow's Amazon Resource Name (ARN).
flow_status: Option<FlowStatus>
Indicates the current status of the flow.
execution_id: Option<String>
Returns the internal execution ID of an on-demand flow when the flow is started. For scheduled or event-triggered flows, this value is null.
Implementations
Indicates the current status of the flow.
Returns the internal execution ID of an on-demand flow when the flow is started. For scheduled or event-triggered flows, this value is null.
Creates a new builder-style object to manufacture StartFlowOutput
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 StartFlowOutput
impl Send for StartFlowOutput
impl Sync for StartFlowOutput
impl Unpin for StartFlowOutput
impl UnwindSafe for StartFlowOutput
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