class Aws::GuardDuty::Types::StartMonitoringMembersRequest

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

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 administrator account
associated with the member accounts to monitor.
@return [String]

@!attribute [rw] account_ids

A list of account IDs of the GuardDuty member accounts to start
monitoring.
@return [Array<String>]

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

Constants

SENSITIVE