Struct aws_sdk_connect::types::TaskActionDefinition  
source · #[non_exhaustive]pub struct TaskActionDefinition { /* private fields */ }Expand description
Information about the task action.
Implementations§
source§impl TaskActionDefinition
 
impl TaskActionDefinition
sourcepub fn name(&self) -> Option<&str>
 
pub fn name(&self) -> Option<&str>
The name. Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide.
sourcepub fn description(&self) -> Option<&str>
 
pub fn description(&self) -> Option<&str>
The description. Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide.
sourcepub fn contact_flow_id(&self) -> Option<&str>
 
pub fn contact_flow_id(&self) -> Option<&str>
The identifier of the flow.
source§impl TaskActionDefinition
 
impl TaskActionDefinition
sourcepub fn builder() -> TaskActionDefinitionBuilder
 
pub fn builder() -> TaskActionDefinitionBuilder
Creates a new builder-style object to manufacture TaskActionDefinition.
Trait Implementations§
source§impl Clone for TaskActionDefinition
 
impl Clone for TaskActionDefinition
source§fn clone(&self) -> TaskActionDefinition
 
fn clone(&self) -> TaskActionDefinition
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 TaskActionDefinition
 
impl Debug for TaskActionDefinition
source§impl PartialEq<TaskActionDefinition> for TaskActionDefinition
 
impl PartialEq<TaskActionDefinition> for TaskActionDefinition
source§fn eq(&self, other: &TaskActionDefinition) -> bool
 
fn eq(&self, other: &TaskActionDefinition) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for TaskActionDefinition
Auto Trait Implementations§
impl RefUnwindSafe for TaskActionDefinition
impl Send for TaskActionDefinition
impl Sync for TaskActionDefinition
impl Unpin for TaskActionDefinition
impl UnwindSafe for TaskActionDefinition
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