#[non_exhaustive]pub struct RoutingProfileQueueConfigSummary { /* private fields */ }Expand description
Contains summary information about a routing profile queue.
Implementations§
source§impl RoutingProfileQueueConfigSummary
impl RoutingProfileQueueConfigSummary
sourcepub fn queue_name(&self) -> Option<&str>
pub fn queue_name(&self) -> Option<&str>
The name of the queue.
sourcepub fn priority(&self) -> i32
pub fn priority(&self) -> i32
The order in which contacts are to be handled for the queue. For more information, see Queues: priority and delay.
sourcepub fn delay(&self) -> i32
pub fn delay(&self) -> i32
The delay, in seconds, that a contact should be in the queue before they are routed to an available agent. For more information, see Queues: priority and delay in the Amazon Connect Administrator Guide.
source§impl RoutingProfileQueueConfigSummary
impl RoutingProfileQueueConfigSummary
sourcepub fn builder() -> RoutingProfileQueueConfigSummaryBuilder
pub fn builder() -> RoutingProfileQueueConfigSummaryBuilder
Creates a new builder-style object to manufacture RoutingProfileQueueConfigSummary.
Trait Implementations§
source§impl Clone for RoutingProfileQueueConfigSummary
impl Clone for RoutingProfileQueueConfigSummary
source§fn clone(&self) -> RoutingProfileQueueConfigSummary
fn clone(&self) -> RoutingProfileQueueConfigSummary
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 PartialEq<RoutingProfileQueueConfigSummary> for RoutingProfileQueueConfigSummary
impl PartialEq<RoutingProfileQueueConfigSummary> for RoutingProfileQueueConfigSummary
source§fn eq(&self, other: &RoutingProfileQueueConfigSummary) -> bool
fn eq(&self, other: &RoutingProfileQueueConfigSummary) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for RoutingProfileQueueConfigSummary
Auto Trait Implementations§
impl RefUnwindSafe for RoutingProfileQueueConfigSummary
impl Send for RoutingProfileQueueConfigSummary
impl Sync for RoutingProfileQueueConfigSummary
impl Unpin for RoutingProfileQueueConfigSummary
impl UnwindSafe for RoutingProfileQueueConfigSummary
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