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