You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Macie2::Types::EnableOrganizationAdminAccountRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing EnableOrganizationAdminAccountRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  admin_account_id: "__string", # required
  client_token: "__string",
}

Specifies an account to designate as a delegated Amazon Macie administrator account for an AWS organization. To submit this request, you must be a user of the management account for the AWS organization.

Instance Attribute Summary collapse

Instance Attribute Details

#admin_account_idString

Returns:

  • (String)

#client_tokenString

Returns:

  • (String)