Struct aws_sdk_connect::types::ContactFlowModule
source · #[non_exhaustive]pub struct ContactFlowModule { /* private fields */ }Expand description
Contains information about a flow module.
Implementations§
source§impl ContactFlowModule
impl ContactFlowModule
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the flow module.
sourcepub fn state(&self) -> Option<&ContactFlowModuleState>
pub fn state(&self) -> Option<&ContactFlowModuleState>
The type of flow module.
sourcepub fn status(&self) -> Option<&ContactFlowModuleStatus>
pub fn status(&self) -> Option<&ContactFlowModuleStatus>
The status of the flow module.
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
source§impl ContactFlowModule
impl ContactFlowModule
sourcepub fn builder() -> ContactFlowModuleBuilder
pub fn builder() -> ContactFlowModuleBuilder
Creates a new builder-style object to manufacture ContactFlowModule.
Trait Implementations§
source§impl Clone for ContactFlowModule
impl Clone for ContactFlowModule
source§fn clone(&self) -> ContactFlowModule
fn clone(&self) -> ContactFlowModule
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 ContactFlowModule
impl Debug for ContactFlowModule
source§impl PartialEq<ContactFlowModule> for ContactFlowModule
impl PartialEq<ContactFlowModule> for ContactFlowModule
source§fn eq(&self, other: &ContactFlowModule) -> bool
fn eq(&self, other: &ContactFlowModule) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ContactFlowModule
Auto Trait Implementations§
impl RefUnwindSafe for ContactFlowModule
impl Send for ContactFlowModule
impl Sync for ContactFlowModule
impl Unpin for ContactFlowModule
impl UnwindSafe for ContactFlowModule
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