pub struct BedrockAgentAliasSummary {
pub alias_id: String,
pub alias_name: String,
pub agent_version: String,
pub alias_arn: String,
pub status: String,
pub created_at: String,
pub updated_at: String,
}Fields§
§alias_id: String§alias_name: String§agent_version: String§alias_arn: String§status: String§created_at: String§updated_at: StringTrait Implementations§
Source§impl Clone for BedrockAgentAliasSummary
impl Clone for BedrockAgentAliasSummary
Source§fn clone(&self) -> BedrockAgentAliasSummary
fn clone(&self) -> BedrockAgentAliasSummary
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BedrockAgentAliasSummary
impl Debug for BedrockAgentAliasSummary
Source§impl<'de> Deserialize<'de> for BedrockAgentAliasSummary
impl<'de> Deserialize<'de> for BedrockAgentAliasSummary
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
Auto Trait Implementations§
impl Freeze for BedrockAgentAliasSummary
impl RefUnwindSafe for BedrockAgentAliasSummary
impl Send for BedrockAgentAliasSummary
impl Sync for BedrockAgentAliasSummary
impl Unpin for BedrockAgentAliasSummary
impl UnsafeUnpin for BedrockAgentAliasSummary
impl UnwindSafe for BedrockAgentAliasSummary
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