class Aws::GuardDuty::Types::DeleteMembersRequest

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

data as a hash:

    {
      detector_id: "DetectorId", # required
      account_ids: ["AccountId"], # required
    }

@!attribute [rw] detector_id

The unique ID of the detector of the GuardDuty account whose members
you want to delete.
@return [String]

@!attribute [rw] account_ids

A list of account IDs of the GuardDuty member accounts that you want
to delete.
@return [Array<String>]

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

Constants

SENSITIVE