Struct aws_sdk_macie2::model::AdminAccount [−][src]
#[non_exhaustive]pub struct AdminAccount {
pub account_id: Option<String>,
pub status: Option<AdminStatus>,
}
Expand description
Provides information about the delegated Amazon Macie administrator account for an Amazon Web Services organization.
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 Amazon Web Services account ID for the account.
status: Option<AdminStatus>
The current status of the account as the delegated administrator of Amazon Macie for the organization.
Implementations
The Amazon Web Services account ID for the account.
The current status of the account as the delegated administrator of Amazon Macie for the organization.
Creates a new builder-style object to manufacture AdminAccount
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 AdminAccount
impl Send for AdminAccount
impl Sync for AdminAccount
impl Unpin for AdminAccount
impl UnwindSafe for AdminAccount
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