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