Struct aws_sdk_securityhub::model::AccountDetails
source · #[non_exhaustive]pub struct AccountDetails { /* private fields */ }
Expand description
The details of an Amazon Web Services account.
Implementations§
source§impl AccountDetails
impl AccountDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AccountDetails
.
Trait Implementations§
source§impl Clone for AccountDetails
impl Clone for AccountDetails
source§fn clone(&self) -> AccountDetails
fn clone(&self) -> AccountDetails
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 AccountDetails
impl Debug for AccountDetails
source§impl PartialEq<AccountDetails> for AccountDetails
impl PartialEq<AccountDetails> for AccountDetails
source§fn eq(&self, other: &AccountDetails) -> bool
fn eq(&self, other: &AccountDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.