Struct aws_sdk_appflow::operation::update_flow::UpdateFlowOutput
source · #[non_exhaustive]pub struct UpdateFlowOutput { /* private fields */ }
Implementations§
source§impl UpdateFlowOutput
impl UpdateFlowOutput
sourcepub fn flow_status(&self) -> Option<&FlowStatus>
pub fn flow_status(&self) -> Option<&FlowStatus>
Indicates the current status of the flow.
source§impl UpdateFlowOutput
impl UpdateFlowOutput
sourcepub fn builder() -> UpdateFlowOutputBuilder
pub fn builder() -> UpdateFlowOutputBuilder
Creates a new builder-style object to manufacture UpdateFlowOutput
.
Trait Implementations§
source§impl Clone for UpdateFlowOutput
impl Clone for UpdateFlowOutput
source§fn clone(&self) -> UpdateFlowOutput
fn clone(&self) -> UpdateFlowOutput
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 UpdateFlowOutput
impl Debug for UpdateFlowOutput
source§impl PartialEq<UpdateFlowOutput> for UpdateFlowOutput
impl PartialEq<UpdateFlowOutput> for UpdateFlowOutput
source§fn eq(&self, other: &UpdateFlowOutput) -> bool
fn eq(&self, other: &UpdateFlowOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for UpdateFlowOutput
impl RequestId for UpdateFlowOutput
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 UpdateFlowOutput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateFlowOutput
impl Send for UpdateFlowOutput
impl Sync for UpdateFlowOutput
impl Unpin for UpdateFlowOutput
impl UnwindSafe for UpdateFlowOutput
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