DeleteMembersRequest
public struct DeleteMembersRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of account IDs of the GuardDuty member accounts that you want to delete.
Declaration
Swift
public let accountIds: [String] -
The unique ID of the detector of the GuardDuty account whose members you want to delete.
Declaration
Swift
public let detectorId: String -
Undocumented
Declaration
Swift
public init(accountIds: [String], detectorId: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DeleteMembersRequest Structure Reference