AcceptInvitationRequest
public struct AcceptInvitationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The unique ID of the detector of the GuardDuty member account.
Declaration
Swift
public let detectorId: String -
The value that is used to validate the master account to the member account.
Declaration
Swift
public let invitationId: String -
The account ID of the master GuardDuty account whose invitation you’re accepting.
Declaration
Swift
public let masterId: String -
Undocumented
Declaration
Swift
public init(detectorId: String, invitationId: String, masterId: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
AcceptInvitationRequest Structure Reference