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

Class: Aws::Macie2::Types::CreateMemberRequest

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

Overview

Note:

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

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

Specifies an account to associate with an Amazon Macie master account.

Instance Attribute Summary collapse

Instance Attribute Details

#accountTypes::AccountDetail

Specifies details for an account to associate with an Amazon Macie master account.

Returns:

  • (Types::AccountDetail)

    Specifies details for an account to associate with an Amazon Macie master account.

    .

#tagsHash<String,String>

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.

Returns:

  • (Hash<String,String>)

    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.

    .