Struct aws_sdk_connect::output::CreateRoutingProfileOutput
source · [−]#[non_exhaustive]pub struct CreateRoutingProfileOutput { /* private fields */ }
Implementations
sourceimpl CreateRoutingProfileOutput
impl CreateRoutingProfileOutput
sourcepub fn routing_profile_arn(&self) -> Option<&str>
pub fn routing_profile_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the routing profile.
sourcepub fn routing_profile_id(&self) -> Option<&str>
pub fn routing_profile_id(&self) -> Option<&str>
The identifier of the routing profile.
sourceimpl CreateRoutingProfileOutput
impl CreateRoutingProfileOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateRoutingProfileOutput
.
Trait Implementations
sourceimpl Clone for CreateRoutingProfileOutput
impl Clone for CreateRoutingProfileOutput
sourcefn clone(&self) -> CreateRoutingProfileOutput
fn clone(&self) -> CreateRoutingProfileOutput
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 Debug for CreateRoutingProfileOutput
impl Debug for CreateRoutingProfileOutput
sourceimpl PartialEq<CreateRoutingProfileOutput> for CreateRoutingProfileOutput
impl PartialEq<CreateRoutingProfileOutput> for CreateRoutingProfileOutput
sourcefn eq(&self, other: &CreateRoutingProfileOutput) -> bool
fn eq(&self, other: &CreateRoutingProfileOutput) -> bool
impl StructuralPartialEq for CreateRoutingProfileOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateRoutingProfileOutput
impl Send for CreateRoutingProfileOutput
impl Sync for CreateRoutingProfileOutput
impl Unpin for CreateRoutingProfileOutput
impl UnwindSafe for CreateRoutingProfileOutput
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