AcceptInvitationRequest
public struct AcceptInvitationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the behavior graph that the member account is accepting the invitation for. The member account status in the behavior graph must be INVITED.
Declaration
Swift
public let graphArn: String
-
Undocumented
Declaration
Swift
public init(graphArn: String)
-
Declaration
Swift
public func validate(name: String) throws