Struct aws_sdk_chime::types::AppInstance
source · #[non_exhaustive]pub struct AppInstance { /* private fields */ }Expand description
The details of an AppInstance, an instance of an Amazon Chime SDK messaging application.
Implementations§
source§impl AppInstance
impl AppInstance
sourcepub fn app_instance_arn(&self) -> Option<&str>
pub fn app_instance_arn(&self) -> Option<&str>
The ARN of the messaging instance.
sourcepub fn created_timestamp(&self) -> Option<&DateTime>
pub fn created_timestamp(&self) -> Option<&DateTime>
The time at which an AppInstance was created. In epoch milliseconds.
sourcepub fn last_updated_timestamp(&self) -> Option<&DateTime>
pub fn last_updated_timestamp(&self) -> Option<&DateTime>
The time an AppInstance was last updated. In epoch milliseconds.
source§impl AppInstance
impl AppInstance
sourcepub fn builder() -> AppInstanceBuilder
pub fn builder() -> AppInstanceBuilder
Creates a new builder-style object to manufacture AppInstance.
Trait Implementations§
source§impl Clone for AppInstance
impl Clone for AppInstance
source§fn clone(&self) -> AppInstance
fn clone(&self) -> AppInstance
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 AppInstance
impl Debug for AppInstance
source§impl PartialEq<AppInstance> for AppInstance
impl PartialEq<AppInstance> for AppInstance
source§fn eq(&self, other: &AppInstance) -> bool
fn eq(&self, other: &AppInstance) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AppInstance
Auto Trait Implementations§
impl RefUnwindSafe for AppInstance
impl Send for AppInstance
impl Sync for AppInstance
impl Unpin for AppInstance
impl UnwindSafe for AppInstance
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