Struct aws_sdk_connect::types::ContactFlowSummary
source · #[non_exhaustive]pub struct ContactFlowSummary { /* private fields */ }Expand description
Contains summary information about a flow.
You can also create and update flows using the Amazon Connect Flow language.
Implementations§
source§impl ContactFlowSummary
impl ContactFlowSummary
sourcepub fn contact_flow_type(&self) -> Option<&ContactFlowType>
pub fn contact_flow_type(&self) -> Option<&ContactFlowType>
The type of flow.
sourcepub fn contact_flow_state(&self) -> Option<&ContactFlowState>
pub fn contact_flow_state(&self) -> Option<&ContactFlowState>
The type of flow.
source§impl ContactFlowSummary
impl ContactFlowSummary
sourcepub fn builder() -> ContactFlowSummaryBuilder
pub fn builder() -> ContactFlowSummaryBuilder
Creates a new builder-style object to manufacture ContactFlowSummary.
Trait Implementations§
source§impl Clone for ContactFlowSummary
impl Clone for ContactFlowSummary
source§fn clone(&self) -> ContactFlowSummary
fn clone(&self) -> ContactFlowSummary
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 ContactFlowSummary
impl Debug for ContactFlowSummary
source§impl PartialEq<ContactFlowSummary> for ContactFlowSummary
impl PartialEq<ContactFlowSummary> for ContactFlowSummary
source§fn eq(&self, other: &ContactFlowSummary) -> bool
fn eq(&self, other: &ContactFlowSummary) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ContactFlowSummary
Auto Trait Implementations§
impl RefUnwindSafe for ContactFlowSummary
impl Send for ContactFlowSummary
impl Sync for ContactFlowSummary
impl Unpin for ContactFlowSummary
impl UnwindSafe for ContactFlowSummary
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