Struct aws_sdk_appflow::output::StartFlowOutput
source · [−]#[non_exhaustive]pub struct StartFlowOutput { /* private fields */ }
Implementations
sourceimpl StartFlowOutput
impl StartFlowOutput
sourcepub fn flow_status(&self) -> Option<&FlowStatus>
pub fn flow_status(&self) -> Option<&FlowStatus>
Indicates the current status of the flow.
sourcepub fn execution_id(&self) -> Option<&str>
pub fn execution_id(&self) -> Option<&str>
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.
sourceimpl StartFlowOutput
impl StartFlowOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartFlowOutput
.
Trait Implementations
sourceimpl Clone for StartFlowOutput
impl Clone for StartFlowOutput
sourcefn clone(&self) -> StartFlowOutput
fn clone(&self) -> StartFlowOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for StartFlowOutput
impl Debug for StartFlowOutput
sourceimpl PartialEq<StartFlowOutput> for StartFlowOutput
impl PartialEq<StartFlowOutput> for StartFlowOutput
sourcefn eq(&self, other: &StartFlowOutput) -> bool
fn eq(&self, other: &StartFlowOutput) -> bool
impl StructuralPartialEq for StartFlowOutput
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more