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