Struct aws_sdk_sso::model::AccountInfo [−][src]
#[non_exhaustive]pub struct AccountInfo {
pub account_id: Option<String>,
pub account_name: Option<String>,
pub email_address: Option<String>,
}
Expand description
Provides information about your AWS account.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.account_id: Option<String>
The identifier of the AWS account that is assigned to the user.
account_name: Option<String>
The display name of the AWS account that is assigned to the user.
email_address: Option<String>
The email address of the AWS account that is assigned to the user.
Implementations
The identifier of the AWS account that is assigned to the user.
The display name of the AWS account that is assigned to the user.
The email address of the AWS account that is assigned to the user.
Creates a new builder-style object to manufacture AccountInfo
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for AccountInfo
impl Send for AccountInfo
impl Sync for AccountInfo
impl Unpin for AccountInfo
impl UnwindSafe for AccountInfo
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more