#[non_exhaustive]pub struct UpdateDomainOutput { /* private fields */ }
Implementations§
source§impl UpdateDomainOutput
impl UpdateDomainOutput
sourcepub fn domain_arn(&self) -> Option<&str>
pub fn domain_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the domain.
source§impl UpdateDomainOutput
impl UpdateDomainOutput
sourcepub fn builder() -> UpdateDomainOutputBuilder
pub fn builder() -> UpdateDomainOutputBuilder
Creates a new builder-style object to manufacture UpdateDomainOutput
.
Trait Implementations§
source§impl Clone for UpdateDomainOutput
impl Clone for UpdateDomainOutput
source§fn clone(&self) -> UpdateDomainOutput
fn clone(&self) -> UpdateDomainOutput
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 Debug for UpdateDomainOutput
impl Debug for UpdateDomainOutput
source§impl PartialEq<UpdateDomainOutput> for UpdateDomainOutput
impl PartialEq<UpdateDomainOutput> for UpdateDomainOutput
source§fn eq(&self, other: &UpdateDomainOutput) -> bool
fn eq(&self, other: &UpdateDomainOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for UpdateDomainOutput
impl RequestId for UpdateDomainOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.