Struct aws_sdk_appflow::operation::stop_flow::StopFlowOutput
source · #[non_exhaustive]pub struct StopFlowOutput { /* private fields */ }
Implementations§
source§impl StopFlowOutput
impl StopFlowOutput
sourcepub fn flow_status(&self) -> Option<&FlowStatus>
pub fn flow_status(&self) -> Option<&FlowStatus>
Indicates the current status of the flow.
source§impl StopFlowOutput
impl StopFlowOutput
sourcepub fn builder() -> StopFlowOutputBuilder
pub fn builder() -> StopFlowOutputBuilder
Creates a new builder-style object to manufacture StopFlowOutput
.
Trait Implementations§
source§impl Clone for StopFlowOutput
impl Clone for StopFlowOutput
source§fn clone(&self) -> StopFlowOutput
fn clone(&self) -> StopFlowOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for StopFlowOutput
impl Debug for StopFlowOutput
source§impl PartialEq<StopFlowOutput> for StopFlowOutput
impl PartialEq<StopFlowOutput> for StopFlowOutput
source§fn eq(&self, other: &StopFlowOutput) -> bool
fn eq(&self, other: &StopFlowOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for StopFlowOutput
impl RequestId for StopFlowOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for StopFlowOutput
Auto Trait Implementations§
impl RefUnwindSafe for StopFlowOutput
impl Send for StopFlowOutput
impl Sync for StopFlowOutput
impl Unpin for StopFlowOutput
impl UnwindSafe for StopFlowOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more