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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


22
23
24
25
26
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 22

class AcceptInvitationRequest < Struct.new(
  :graph_arn)
  SENSITIVE = []
  include Aws::Structure
end