Struct aws_sdk_appflow::output::CreateFlowOutput
source · [−]#[non_exhaustive]pub struct CreateFlowOutput { /* private fields */ }
Implementations
sourceimpl CreateFlowOutput
impl CreateFlowOutput
sourcepub fn flow_status(&self) -> Option<&FlowStatus>
pub fn flow_status(&self) -> Option<&FlowStatus>
Indicates the current status of the flow.
sourceimpl CreateFlowOutput
impl CreateFlowOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateFlowOutput
.
Trait Implementations
sourceimpl Clone for CreateFlowOutput
impl Clone for CreateFlowOutput
sourcefn clone(&self) -> CreateFlowOutput
fn clone(&self) -> CreateFlowOutput
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 CreateFlowOutput
impl Debug for CreateFlowOutput
sourceimpl PartialEq<CreateFlowOutput> for CreateFlowOutput
impl PartialEq<CreateFlowOutput> for CreateFlowOutput
sourcefn eq(&self, other: &CreateFlowOutput) -> bool
fn eq(&self, other: &CreateFlowOutput) -> bool
impl StructuralPartialEq for CreateFlowOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateFlowOutput
impl Send for CreateFlowOutput
impl Sync for CreateFlowOutput
impl Unpin for CreateFlowOutput
impl UnwindSafe for CreateFlowOutput
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