You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Detective::Types::AcceptInvitationRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AcceptInvitationRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  graph_arn: "GraphArn", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#graph_arnString

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.

Returns:

  • (String)

    The ARN of the behavior graph that the member account is accepting the invitation for.