Class: Aws::Detective::Types::RejectInvitationRequest

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 to reject the invitation to.

The member account's current member status in the behavior graph must be INVITED.

Returns:

  • (String)


1490
1491
1492
1493
1494
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1490

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