Struct aws_sdk_connect::types::Queue
source · #[non_exhaustive]pub struct Queue { /* private fields */ }Expand description
Contains information about a queue.
Implementations§
source§impl Queue
impl Queue
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the queue.
sourcepub fn outbound_caller_config(&self) -> Option<&OutboundCallerConfig>
pub fn outbound_caller_config(&self) -> Option<&OutboundCallerConfig>
The outbound caller ID name, number, and outbound whisper flow.
sourcepub fn hours_of_operation_id(&self) -> Option<&str>
pub fn hours_of_operation_id(&self) -> Option<&str>
The identifier for the hours of operation.
sourcepub fn max_contacts(&self) -> Option<i32>
pub fn max_contacts(&self) -> Option<i32>
The maximum number of contacts that can be in the queue before it is considered full.
sourcepub fn status(&self) -> Option<&QueueStatus>
pub fn status(&self) -> Option<&QueueStatus>
The status of the queue.
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
Trait Implementations§
source§impl PartialEq<Queue> for Queue
impl PartialEq<Queue> for Queue
impl StructuralPartialEq for Queue
Auto Trait Implementations§
impl RefUnwindSafe for Queue
impl Send for Queue
impl Sync for Queue
impl Unpin for Queue
impl UnwindSafe for Queue
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