StopMonitoringMembersRequest

public struct StopMonitoringMembersRequest : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    public let detectorId: String
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws