Struct aws_sdk_securityhub::model::AdminAccount
source · #[non_exhaustive]pub struct AdminAccount { /* private fields */ }
Expand description
Represents a Security Hub administrator account designated by an organization management account.
Implementations§
source§impl AdminAccount
impl AdminAccount
sourcepub fn account_id(&self) -> Option<&str>
pub fn account_id(&self) -> Option<&str>
The Amazon Web Services account identifier of the Security Hub administrator account.
sourcepub fn status(&self) -> Option<&AdminStatus>
pub fn status(&self) -> Option<&AdminStatus>
The current status of the Security Hub administrator account. Indicates whether the account is currently enabled as a Security Hub administrator.
source§impl AdminAccount
impl AdminAccount
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AdminAccount
.
Trait Implementations§
source§impl Clone for AdminAccount
impl Clone for AdminAccount
source§fn clone(&self) -> AdminAccount
fn clone(&self) -> AdminAccount
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 more