Struct aws_sdk_sagemaker::output::AddAssociationOutput
source · #[non_exhaustive]pub struct AddAssociationOutput { /* private fields */ }
Implementations§
source§impl AddAssociationOutput
impl AddAssociationOutput
sourcepub fn source_arn(&self) -> Option<&str>
pub fn source_arn(&self) -> Option<&str>
The ARN of the source.
sourcepub fn destination_arn(&self) -> Option<&str>
pub fn destination_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the destination.
source§impl AddAssociationOutput
impl AddAssociationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AddAssociationOutput
.
Trait Implementations§
source§impl Clone for AddAssociationOutput
impl Clone for AddAssociationOutput
source§fn clone(&self) -> AddAssociationOutput
fn clone(&self) -> AddAssociationOutput
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 AddAssociationOutput
impl Debug for AddAssociationOutput
source§impl PartialEq<AddAssociationOutput> for AddAssociationOutput
impl PartialEq<AddAssociationOutput> for AddAssociationOutput
source§fn eq(&self, other: &AddAssociationOutput) -> bool
fn eq(&self, other: &AddAssociationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.