Struct aws_sdk_macie2::input::EnableOrganizationAdminAccountInput [−][src]
#[non_exhaustive]pub struct EnableOrganizationAdminAccountInput {
pub admin_account_id: Option<String>,
pub client_token: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.admin_account_id: Option<String>
The Amazon Web Services account ID for the account to designate as the delegated Amazon Macie administrator account for the organization.
client_token: Option<String>
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
Implementations
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<EnableOrganizationAdminAccount, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<EnableOrganizationAdminAccount, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<EnableOrganizationAdminAccount
>
Creates a new builder-style object to manufacture EnableOrganizationAdminAccountInput
The Amazon Web Services account ID for the account to designate as the delegated Amazon Macie administrator account for the organization.
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for EnableOrganizationAdminAccountInput
impl Sync for EnableOrganizationAdminAccountInput
impl Unpin for EnableOrganizationAdminAccountInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more