class Aws::GuardDuty::Types::CreateMembersRequest

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

data as a hash:

    {
      detector_id: "DetectorId", # required
      account_details: [ # required
        {
          account_id: "AccountId", # required
          email: "Email", # required
        },
      ],
    }

@!attribute [rw] detector_id

The unique ID of the detector of the GuardDuty account that you want
to associate member accounts with.
@return [String]

@!attribute [rw] account_details

A list of account ID and email address pairs of the accounts that
you want to associate with the GuardDuty administrator account.
@return [Array<Types::AccountDetail>]

@see docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/CreateMembersRequest AWS API Documentation

Constants

SENSITIVE