GetMemberInvitationPlainArgs

data class GetMemberInvitationPlainArgs(val graphArn: String, val memberId: String) : ConvertibleToJava<GetMemberInvitationPlainArgs>

Constructors

Link copied to clipboard
constructor(graphArn: String, memberId: String)

Properties

Link copied to clipboard

The ARN of the graph to which the member account will be invited

Link copied to clipboard

The AWS account ID to be invited to join the graph as a member

Functions

Link copied to clipboard
open override fun toJava(): GetMemberInvitationPlainArgs