Re-enables GuardDuty to monitor findings of the member accounts specified by the account IDs. A master GuardDuty account can run this command after disabling GuardDuty from monitoring these members' findings by running StopMonitoringMembers.
guardduty_start_monitoring_members(AccountIds, DetectorId)
[required] A list of account IDs of the GuardDuty member accounts whose findings you want the master account to monitor.
[required] The unique ID of the detector of the GuardDuty account whom you want to re-enable to monitor members' findings.
svc$start_monitoring_members( AccountIds = list( "string" ), DetectorId = "string" )