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