Struct aws_sdk_macie::input::AssociateMemberAccountInput
source · #[non_exhaustive]pub struct AssociateMemberAccountInput { /* private fields */ }
Implementations§
source§impl AssociateMemberAccountInput
impl AssociateMemberAccountInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateMemberAccount, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateMemberAccount, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AssociateMemberAccount
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AssociateMemberAccountInput
.
source§impl AssociateMemberAccountInput
impl AssociateMemberAccountInput
sourcepub fn member_account_id(&self) -> Option<&str>
pub fn member_account_id(&self) -> Option<&str>
(Discontinued) The ID of the Amazon Web Services account that you want to associate with Amazon Macie Classic as a member account.
Trait Implementations§
source§impl Clone for AssociateMemberAccountInput
impl Clone for AssociateMemberAccountInput
source§fn clone(&self) -> AssociateMemberAccountInput
fn clone(&self) -> AssociateMemberAccountInput
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 AssociateMemberAccountInput
impl Debug for AssociateMemberAccountInput
source§impl PartialEq<AssociateMemberAccountInput> for AssociateMemberAccountInput
impl PartialEq<AssociateMemberAccountInput> for AssociateMemberAccountInput
source§fn eq(&self, other: &AssociateMemberAccountInput) -> bool
fn eq(&self, other: &AssociateMemberAccountInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.