CreateMembersRequest
public struct CreateMembersRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of account ID and email address pairs of the accounts that you want to associate with the master GuardDuty account.
Declaration
Swift
public let accountDetails: [AccountDetail]
-
The unique ID of the detector of the GuardDuty account that you want to associate member accounts with.
Declaration
Swift
public let detectorId: String
-
Undocumented
Declaration
Swift
public init(accountDetails: [AccountDetail], detectorId: String)
-
Declaration
Swift
public func validate(name: String) throws