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

Class: Aws::GuardDuty::Types::DeleteMembersRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#account_idsArray<String>

A list of account IDs of the GuardDuty member accounts that you want to delete.

Returns:

  • (Array<String>)

    A list of account IDs of the GuardDuty member accounts that you want to delete.

#detector_idString

The unique ID of the detector of the GuardDuty account whose members you want to delete.

Returns:

  • (String)

    The unique ID of the detector of the GuardDuty account whose members you want to delete.