Struct aws_sdk_chime::types::AppInstanceUser
source · #[non_exhaustive]pub struct AppInstanceUser { /* private fields */ }Expand description
The details of an AppInstanceUser.
Implementations§
source§impl AppInstanceUser
impl AppInstanceUser
sourcepub fn app_instance_user_arn(&self) -> Option<&str>
pub fn app_instance_user_arn(&self) -> Option<&str>
The ARN of the AppInstanceUser.
sourcepub fn created_timestamp(&self) -> Option<&DateTime>
pub fn created_timestamp(&self) -> Option<&DateTime>
The time at which the AppInstanceUser was created.
sourcepub fn last_updated_timestamp(&self) -> Option<&DateTime>
pub fn last_updated_timestamp(&self) -> Option<&DateTime>
The time at which the AppInstanceUser was last updated.
source§impl AppInstanceUser
impl AppInstanceUser
sourcepub fn builder() -> AppInstanceUserBuilder
pub fn builder() -> AppInstanceUserBuilder
Creates a new builder-style object to manufacture AppInstanceUser.
Trait Implementations§
source§impl Clone for AppInstanceUser
impl Clone for AppInstanceUser
source§fn clone(&self) -> AppInstanceUser
fn clone(&self) -> AppInstanceUser
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 AppInstanceUser
impl Debug for AppInstanceUser
source§impl PartialEq<AppInstanceUser> for AppInstanceUser
impl PartialEq<AppInstanceUser> for AppInstanceUser
source§fn eq(&self, other: &AppInstanceUser) -> bool
fn eq(&self, other: &AppInstanceUser) -> bool
This method tests for
self and other values to be equal, and is used
by ==.