#[non_exhaustive]pub struct EnableOrganizationAdminAccountInput { /* private fields */ }
Implementations
sourceimpl EnableOrganizationAdminAccountInput
impl EnableOrganizationAdminAccountInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<EnableOrganizationAdminAccount, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<EnableOrganizationAdminAccount, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<EnableOrganizationAdminAccount
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EnableOrganizationAdminAccountInput
.
sourceimpl EnableOrganizationAdminAccountInput
impl EnableOrganizationAdminAccountInput
sourcepub fn admin_account_id(&self) -> Option<&str>
pub fn admin_account_id(&self) -> Option<&str>
The Amazon Web Services account ID for the account to designate as the delegated Amazon Macie administrator account for the organization.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
Trait Implementations
sourceimpl Clone for EnableOrganizationAdminAccountInput
impl Clone for EnableOrganizationAdminAccountInput
sourcefn clone(&self) -> EnableOrganizationAdminAccountInput
fn clone(&self) -> EnableOrganizationAdminAccountInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<EnableOrganizationAdminAccountInput> for EnableOrganizationAdminAccountInput
impl PartialEq<EnableOrganizationAdminAccountInput> for EnableOrganizationAdminAccountInput
sourcefn eq(&self, other: &EnableOrganizationAdminAccountInput) -> bool
fn eq(&self, other: &EnableOrganizationAdminAccountInput) -> bool
impl StructuralPartialEq for EnableOrganizationAdminAccountInput
Auto Trait Implementations
impl RefUnwindSafe for EnableOrganizationAdminAccountInput
impl Send for EnableOrganizationAdminAccountInput
impl Sync for EnableOrganizationAdminAccountInput
impl Unpin for EnableOrganizationAdminAccountInput
impl UnwindSafe for EnableOrganizationAdminAccountInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more