#[non_exhaustive]pub struct DeleteActionTargetOutput { /* private fields */ }
Implementations§
source§impl DeleteActionTargetOutput
impl DeleteActionTargetOutput
sourcepub fn action_target_arn(&self) -> Option<&str>
pub fn action_target_arn(&self) -> Option<&str>
The ARN of the custom action target that was deleted.
source§impl DeleteActionTargetOutput
impl DeleteActionTargetOutput
sourcepub fn builder() -> DeleteActionTargetOutputBuilder
pub fn builder() -> DeleteActionTargetOutputBuilder
Creates a new builder-style object to manufacture DeleteActionTargetOutput
.
Trait Implementations§
source§impl Clone for DeleteActionTargetOutput
impl Clone for DeleteActionTargetOutput
source§fn clone(&self) -> DeleteActionTargetOutput
fn clone(&self) -> DeleteActionTargetOutput
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 DeleteActionTargetOutput
impl Debug for DeleteActionTargetOutput
source§impl PartialEq<DeleteActionTargetOutput> for DeleteActionTargetOutput
impl PartialEq<DeleteActionTargetOutput> for DeleteActionTargetOutput
source§fn eq(&self, other: &DeleteActionTargetOutput) -> bool
fn eq(&self, other: &DeleteActionTargetOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DeleteActionTargetOutput
impl RequestId for DeleteActionTargetOutput
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.