Struct aws_sdk_sso::model::AccountInfo
source · #[non_exhaustive]pub struct AccountInfo { /* private fields */ }
Expand description
Provides information about your AWS account.
Implementations§
source§impl AccountInfo
impl AccountInfo
sourcepub fn account_id(&self) -> Option<&str>
pub fn account_id(&self) -> Option<&str>
The identifier of the AWS account that is assigned to the user.
sourcepub fn account_name(&self) -> Option<&str>
pub fn account_name(&self) -> Option<&str>
The display name of the AWS account that is assigned to the user.
sourcepub fn email_address(&self) -> Option<&str>
pub fn email_address(&self) -> Option<&str>
The email address of the AWS account that is assigned to the user.
source§impl AccountInfo
impl AccountInfo
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AccountInfo
.
Trait Implementations§
source§impl Clone for AccountInfo
impl Clone for AccountInfo
source§fn clone(&self) -> AccountInfo
fn clone(&self) -> AccountInfo
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 AccountInfo
impl Debug for AccountInfo
source§impl PartialEq<AccountInfo> for AccountInfo
impl PartialEq<AccountInfo> for AccountInfo
source§fn eq(&self, other: &AccountInfo) -> bool
fn eq(&self, other: &AccountInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.