Struct aws_sdk_sagemaker::types::ActionSource
source · #[non_exhaustive]pub struct ActionSource { /* private fields */ }
Expand description
A structure describing the source of an action.
Implementations§
source§impl ActionSource
impl ActionSource
source§impl ActionSource
impl ActionSource
sourcepub fn builder() -> ActionSourceBuilder
pub fn builder() -> ActionSourceBuilder
Creates a new builder-style object to manufacture ActionSource
.
Trait Implementations§
source§impl Clone for ActionSource
impl Clone for ActionSource
source§fn clone(&self) -> ActionSource
fn clone(&self) -> ActionSource
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 ActionSource
impl Debug for ActionSource
source§impl PartialEq<ActionSource> for ActionSource
impl PartialEq<ActionSource> for ActionSource
source§fn eq(&self, other: &ActionSource) -> bool
fn eq(&self, other: &ActionSource) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.