#[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() -> DeleteActionOutputBuilder
pub fn builder() -> DeleteActionOutputBuilder
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 ==
.source§impl RequestId for DeleteActionOutput
impl RequestId for DeleteActionOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.