StartMonitoringMembersRequest

public struct StartMonitoringMembersRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of account IDs of the GuardDuty member accounts to start monitoring.

    Declaration

    Swift

    public let accountIds: [String]
  • The unique ID of the detector of the GuardDuty master account associated with the member accounts to monitor.

    Declaration

    Swift

    public let detectorId: String
  • Undocumented

    Declaration

    Swift

    public init(accountIds: [String], detectorId: String)
  • Declaration

    Swift

    public func validate(name: String) throws