Struct aws_sdk_securityhub::model::AdminAccount [−][src]
#[non_exhaustive]pub struct AdminAccount {
pub account_id: Option<String>,
pub status: Option<AdminStatus>,
}
Expand description
Represents a Security Hub administrator account designated by an organization management 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 Amazon Web Services account identifier of the Security Hub administrator account.
status: Option<AdminStatus>
The current status of the Security Hub administrator account. Indicates whether the account is currently enabled as a Security Hub administrator.
Implementations
The Amazon Web Services account identifier of the Security Hub administrator account.
The current status of the Security Hub administrator account. Indicates whether the account is currently enabled as a Security Hub administrator.
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