class Aws::Macie2::Types::CreateMemberRequest

Specifies an Amazon Web Services account to associate with an Amazon Macie administrator account.

@note When making an API call, you may pass CreateMemberRequest

data as a hash:

    {
      account: { # required
        account_id: "__string", # required
        email: "__string", # required
      },
      tags: {
        "__string" => "__string",
      },
    }

@!attribute [rw] account

Specifies the details of an account to associate with an Amazon
Macie administrator account.
@return [Types::AccountDetail]

@!attribute [rw] tags

A string-to-string map of key-value pairs that specifies the tags
(keys and values) for a classification job, custom data identifier,
findings filter, or member account.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CreateMemberRequest AWS API Documentation

Constants

SENSITIVE