Struct aws_sdk_connectcases::output::GetDomainOutput
source · [−]#[non_exhaustive]pub struct GetDomainOutput { /* private fields */ }
Implementations
sourceimpl GetDomainOutput
impl GetDomainOutput
sourcepub fn domain_arn(&self) -> Option<&str>
pub fn domain_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) for the Cases domain.
sourcepub fn created_time(&self) -> Option<&DateTime>
pub fn created_time(&self) -> Option<&DateTime>
The timestamp when the Cases domain was created.
sourcepub fn domain_status(&self) -> Option<&DomainStatus>
pub fn domain_status(&self) -> Option<&DomainStatus>
The status of the Cases domain.
A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
sourceimpl GetDomainOutput
impl GetDomainOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetDomainOutput
.
Trait Implementations
sourceimpl Clone for GetDomainOutput
impl Clone for GetDomainOutput
sourcefn clone(&self) -> GetDomainOutput
fn clone(&self) -> GetDomainOutput
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 GetDomainOutput
impl Debug for GetDomainOutput
sourceimpl PartialEq<GetDomainOutput> for GetDomainOutput
impl PartialEq<GetDomainOutput> for GetDomainOutput
sourcefn eq(&self, other: &GetDomainOutput) -> bool
fn eq(&self, other: &GetDomainOutput) -> bool
impl StructuralPartialEq for GetDomainOutput
Auto Trait Implementations
impl RefUnwindSafe for GetDomainOutput
impl Send for GetDomainOutput
impl Sync for GetDomainOutput
impl Unpin for GetDomainOutput
impl UnwindSafe for GetDomainOutput
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