Struct aws_sdk_connect::model::ContactFlow
source · [−]#[non_exhaustive]pub struct ContactFlow { /* private fields */ }
Expand description
Contains information about a flow.
Implementations
sourceimpl ContactFlow
impl ContactFlow
sourcepub fn type(&self) -> Option<&ContactFlowType>
pub fn type(&self) -> Option<&ContactFlowType>
The type of the flow. For descriptions of the available types, see Choose a flow type in the Amazon Connect Administrator Guide.
sourcepub fn state(&self) -> Option<&ContactFlowState>
pub fn state(&self) -> Option<&ContactFlowState>
The type of flow.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the flow.
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
sourceimpl ContactFlow
impl ContactFlow
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ContactFlow
.
Trait Implementations
sourceimpl Clone for ContactFlow
impl Clone for ContactFlow
sourcefn clone(&self) -> ContactFlow
fn clone(&self) -> ContactFlow
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 ContactFlow
impl Debug for ContactFlow
sourceimpl PartialEq<ContactFlow> for ContactFlow
impl PartialEq<ContactFlow> for ContactFlow
sourcefn eq(&self, other: &ContactFlow) -> bool
fn eq(&self, other: &ContactFlow) -> bool
impl StructuralPartialEq for ContactFlow
Auto Trait Implementations
impl RefUnwindSafe for ContactFlow
impl Send for ContactFlow
impl Sync for ContactFlow
impl Unpin for ContactFlow
impl UnwindSafe for ContactFlow
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