Struct aws_sdk_chime::model::Bot
source · [−]#[non_exhaustive]pub struct Bot { /* private fields */ }Expand description
A resource that allows Enterprise account administrators to configure an interface to receive events from Amazon Chime.
Implementations
sourceimpl Bot
impl Bot
sourcepub fn display_name(&self) -> Option<&str>
pub fn display_name(&self) -> Option<&str>
The bot display name.
sourcepub fn disabled(&self) -> Option<bool>
pub fn disabled(&self) -> Option<bool>
When true, the bot is stopped from running in your account.
sourcepub fn created_timestamp(&self) -> Option<&DateTime>
pub fn created_timestamp(&self) -> Option<&DateTime>
The bot creation timestamp, in ISO 8601 format.
sourcepub fn updated_timestamp(&self) -> Option<&DateTime>
pub fn updated_timestamp(&self) -> Option<&DateTime>
The updated bot timestamp, in ISO 8601 format.
sourcepub fn security_token(&self) -> Option<&str>
pub fn security_token(&self) -> Option<&str>
The security token used to authenticate Amazon Chime with the outgoing event endpoint.
Trait Implementations
impl StructuralPartialEq for Bot
Auto Trait Implementations
impl RefUnwindSafe for Bot
impl Send for Bot
impl Sync for Bot
impl Unpin for Bot
impl UnwindSafe for Bot
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more