pub struct DeleteActionTargetRequest {
pub action_target_arn: String,
}Fields§
§action_target_arn: StringThe ARN of the custom action target to delete.
Trait Implementations§
Source§impl Clone for DeleteActionTargetRequest
impl Clone for DeleteActionTargetRequest
Source§fn clone(&self) -> DeleteActionTargetRequest
fn clone(&self) -> DeleteActionTargetRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DeleteActionTargetRequest
impl Debug for DeleteActionTargetRequest
Source§impl Default for DeleteActionTargetRequest
impl Default for DeleteActionTargetRequest
Source§fn default() -> DeleteActionTargetRequest
fn default() -> DeleteActionTargetRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteActionTargetRequest
impl PartialEq for DeleteActionTargetRequest
Source§fn eq(&self, other: &DeleteActionTargetRequest) -> bool
fn eq(&self, other: &DeleteActionTargetRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeleteActionTargetRequest
Auto Trait Implementations§
impl Freeze for DeleteActionTargetRequest
impl RefUnwindSafe for DeleteActionTargetRequest
impl Send for DeleteActionTargetRequest
impl Sync for DeleteActionTargetRequest
impl Unpin for DeleteActionTargetRequest
impl UnsafeUnpin for DeleteActionTargetRequest
impl UnwindSafe for DeleteActionTargetRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more