Struct aws_sdk_chime::model::Account
source · [−]#[non_exhaustive]pub struct Account { /* private fields */ }Expand description
The Amazon Chime account details. An AWS account can have multiple Amazon Chime accounts.
Implementations
sourceimpl Account
impl Account
sourcepub fn aws_account_id(&self) -> Option<&str>
pub fn aws_account_id(&self) -> Option<&str>
The AWS account ID.
sourcepub fn account_id(&self) -> Option<&str>
pub fn account_id(&self) -> Option<&str>
The Amazon Chime account ID.
sourcepub fn account_type(&self) -> Option<&AccountType>
pub fn account_type(&self) -> Option<&AccountType>
The Amazon Chime account type. For more information about different account types, see Managing Your Amazon Chime Accounts in the Amazon Chime Administration Guide.
sourcepub fn created_timestamp(&self) -> Option<&DateTime>
pub fn created_timestamp(&self) -> Option<&DateTime>
The Amazon Chime account creation timestamp, in ISO 8601 format.
sourcepub fn default_license(&self) -> Option<&License>
pub fn default_license(&self) -> Option<&License>
The default license for the Amazon Chime account.
sourcepub fn supported_licenses(&self) -> Option<&[License]>
pub fn supported_licenses(&self) -> Option<&[License]>
Supported licenses for the Amazon Chime account.
sourcepub fn account_status(&self) -> Option<&AccountStatus>
pub fn account_status(&self) -> Option<&AccountStatus>
The status of the account.
sourcepub fn signin_delegate_groups(&self) -> Option<&[SigninDelegateGroup]>
pub fn signin_delegate_groups(&self) -> Option<&[SigninDelegateGroup]>
The sign-in delegate groups associated with the account.
Trait Implementations
impl StructuralPartialEq for Account
Auto Trait Implementations
impl RefUnwindSafe for Account
impl Send for Account
impl Sync for Account
impl Unpin for Account
impl UnwindSafe for Account
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