Class: Aws::Detective::Types::DisassociateMembershipRequest

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 remove the member account from.

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

Returns:

  • (String)


433
434
435
436
437
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 433

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