Class: Aws::Detective::Types::DeleteMembersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::DeleteMembersRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-detective/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_ids ⇒ Array<String>
The list of Amazon Web Services account identifiers for the member accounts to remove from the behavior graph.
-
#graph_arn ⇒ String
The ARN of the behavior graph to remove members from.
Instance Attribute Details
#account_ids ⇒ Array<String>
The list of Amazon Web Services account identifiers for the member accounts to remove from the behavior graph. You can remove up to 50 member accounts at a time.
371 372 373 374 375 376 |
# File 'lib/aws-sdk-detective/types.rb', line 371 class DeleteMembersRequest < Struct.new( :graph_arn, :account_ids) SENSITIVE = [] include Aws::Structure end |
#graph_arn ⇒ String
The ARN of the behavior graph to remove members from.
371 372 373 374 375 376 |
# File 'lib/aws-sdk-detective/types.rb', line 371 class DeleteMembersRequest < Struct.new( :graph_arn, :account_ids) SENSITIVE = [] include Aws::Structure end |