Struct aws_sdk_sagemaker::output::UpdateDomainOutput
source · #[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() -> Builder
pub fn builder() -> Builder
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 ==
.