pub struct UpdateActionTargetRequest {
pub action_target_arn: String,
pub description: Option<String>,
pub name: Option<String>,
}
Fields§
§action_target_arn: String
The ARN of the custom action target to update.
description: Option<String>
The updated description for the custom action target.
name: Option<String>
The updated name of the custom action target.
Trait Implementations§
Source§impl Clone for UpdateActionTargetRequest
impl Clone for UpdateActionTargetRequest
Source§fn clone(&self) -> UpdateActionTargetRequest
fn clone(&self) -> UpdateActionTargetRequest
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 UpdateActionTargetRequest
impl Debug for UpdateActionTargetRequest
Source§impl Default for UpdateActionTargetRequest
impl Default for UpdateActionTargetRequest
Source§fn default() -> UpdateActionTargetRequest
fn default() -> UpdateActionTargetRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for UpdateActionTargetRequest
Auto Trait Implementations§
impl Freeze for UpdateActionTargetRequest
impl RefUnwindSafe for UpdateActionTargetRequest
impl Send for UpdateActionTargetRequest
impl Sync for UpdateActionTargetRequest
impl Unpin for UpdateActionTargetRequest
impl UnwindSafe for UpdateActionTargetRequest
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