GetMemberDetectorsRequest
public struct GetMemberDetectorsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The account ID of the member account.
Declaration
Swift
public let accountIds: [String]
-
The detector ID for the master account.
Declaration
Swift
public let detectorId: String
-
Undocumented
Declaration
Swift
public init(accountIds: [String], detectorId: String)
-
Declaration
Swift
public func validate(name: String) throws