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