pub struct DeleteAgentRequest {
pub agent_arn: String,
}
Expand description
DeleteAgentRequest
Fields§
§agent_arn: String
The Amazon Resource Name (ARN) of the agent to delete. Use the ListAgents
operation to return a list of agents for your account and AWS Region.
Trait Implementations§
Source§impl Clone for DeleteAgentRequest
impl Clone for DeleteAgentRequest
Source§fn clone(&self) -> DeleteAgentRequest
fn clone(&self) -> DeleteAgentRequest
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 DeleteAgentRequest
impl Debug for DeleteAgentRequest
Source§impl Default for DeleteAgentRequest
impl Default for DeleteAgentRequest
Source§fn default() -> DeleteAgentRequest
fn default() -> DeleteAgentRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteAgentRequest
impl PartialEq for DeleteAgentRequest
Source§impl Serialize for DeleteAgentRequest
impl Serialize for DeleteAgentRequest
impl StructuralPartialEq for DeleteAgentRequest
Auto Trait Implementations§
impl Freeze for DeleteAgentRequest
impl RefUnwindSafe for DeleteAgentRequest
impl Send for DeleteAgentRequest
impl Sync for DeleteAgentRequest
impl Unpin for DeleteAgentRequest
impl UnwindSafe for DeleteAgentRequest
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