#[non_exhaustive]pub struct RoutingProfileQueueConfigSummary { /* private fields */ }
Expand description
Contains summary information about a routing profile queue.
Implementations
sourceimpl 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.
sourceimpl RoutingProfileQueueConfigSummary
impl RoutingProfileQueueConfigSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RoutingProfileQueueConfigSummary
.
Trait Implementations
sourceimpl Clone for RoutingProfileQueueConfigSummary
impl Clone for RoutingProfileQueueConfigSummary
sourcefn clone(&self) -> RoutingProfileQueueConfigSummary
fn clone(&self) -> RoutingProfileQueueConfigSummary
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<RoutingProfileQueueConfigSummary> for RoutingProfileQueueConfigSummary
impl PartialEq<RoutingProfileQueueConfigSummary> for RoutingProfileQueueConfigSummary
sourcefn eq(&self, other: &RoutingProfileQueueConfigSummary) -> bool
fn eq(&self, other: &RoutingProfileQueueConfigSummary) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more