pub struct DeleteActionTargetResponse {
pub action_target_arn: String,
}
Fields§
§action_target_arn: String
The ARN of the custom action target that was deleted.
Trait Implementations§
Source§impl Clone for DeleteActionTargetResponse
impl Clone for DeleteActionTargetResponse
Source§fn clone(&self) -> DeleteActionTargetResponse
fn clone(&self) -> DeleteActionTargetResponse
Returns a duplicate 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 DeleteActionTargetResponse
impl Debug for DeleteActionTargetResponse
Source§impl Default for DeleteActionTargetResponse
impl Default for DeleteActionTargetResponse
Source§fn default() -> DeleteActionTargetResponse
fn default() -> DeleteActionTargetResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteActionTargetResponse
impl<'de> Deserialize<'de> for DeleteActionTargetResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for DeleteActionTargetResponse
Auto Trait Implementations§
impl Freeze for DeleteActionTargetResponse
impl RefUnwindSafe for DeleteActionTargetResponse
impl Send for DeleteActionTargetResponse
impl Sync for DeleteActionTargetResponse
impl Unpin for DeleteActionTargetResponse
impl UnwindSafe for DeleteActionTargetResponse
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