pub struct UpdateAgentRequest {
pub agent_arn: String,
pub name: Option<String>,
}
Expand description
UpdateAgentRequest
Fields§
§agent_arn: String
The Amazon Resource Name (ARN) of the agent to update.
name: Option<String>
The name that you want to use to configure the agent.
Trait Implementations§
Source§impl Clone for UpdateAgentRequest
impl Clone for UpdateAgentRequest
Source§fn clone(&self) -> UpdateAgentRequest
fn clone(&self) -> UpdateAgentRequest
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 UpdateAgentRequest
impl Debug for UpdateAgentRequest
Source§impl Default for UpdateAgentRequest
impl Default for UpdateAgentRequest
Source§fn default() -> UpdateAgentRequest
fn default() -> UpdateAgentRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for UpdateAgentRequest
impl PartialEq for UpdateAgentRequest
Source§impl Serialize for UpdateAgentRequest
impl Serialize for UpdateAgentRequest
impl StructuralPartialEq for UpdateAgentRequest
Auto Trait Implementations§
impl Freeze for UpdateAgentRequest
impl RefUnwindSafe for UpdateAgentRequest
impl Send for UpdateAgentRequest
impl Sync for UpdateAgentRequest
impl Unpin for UpdateAgentRequest
impl UnwindSafe for UpdateAgentRequest
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