Class: Aws::Detective::Types::DisassociateMembershipRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::DisassociateMembershipRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-detective/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#graph_arn ⇒ String
The ARN of the behavior graph to remove the member account from.
Instance Attribute Details
#graph_arn ⇒ String
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`.
433 434 435 436 437 |
# File 'lib/aws-sdk-detective/types.rb', line 433 class DisassociateMembershipRequest < Struct.new( :graph_arn) SENSITIVE = [] include Aws::Structure end |