#[non_exhaustive]pub struct DeleteActionTargetInput { /* private fields */ }
Implementations§
source§impl DeleteActionTargetInput
impl DeleteActionTargetInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteActionTarget, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteActionTarget, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteActionTarget
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteActionTargetInput
.
source§impl DeleteActionTargetInput
impl DeleteActionTargetInput
sourcepub fn action_target_arn(&self) -> Option<&str>
pub fn action_target_arn(&self) -> Option<&str>
The ARN of the custom action target to delete.
Trait Implementations§
source§impl Clone for DeleteActionTargetInput
impl Clone for DeleteActionTargetInput
source§fn clone(&self) -> DeleteActionTargetInput
fn clone(&self) -> DeleteActionTargetInput
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 DeleteActionTargetInput
impl Debug for DeleteActionTargetInput
source§impl PartialEq<DeleteActionTargetInput> for DeleteActionTargetInput
impl PartialEq<DeleteActionTargetInput> for DeleteActionTargetInput
source§fn eq(&self, other: &DeleteActionTargetInput) -> bool
fn eq(&self, other: &DeleteActionTargetInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.