Class: Aws::Detective::Types::DeleteMembersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::DeleteMembersResponse
- 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 that Detective successfully removed from the behavior graph.
-
#unprocessed_accounts ⇒ Array<Types::UnprocessedAccount>
The list of member accounts that Detective was not able to remove from the behavior graph.
Instance Attribute Details
#account_ids ⇒ Array<String>
The list of Amazon Web Services account identifiers for the member accounts that Detective successfully removed from the behavior graph.
392 393 394 395 396 397 |
# File 'lib/aws-sdk-detective/types.rb', line 392 class DeleteMembersResponse < Struct.new( :account_ids, :unprocessed_accounts) SENSITIVE = [] include Aws::Structure end |
#unprocessed_accounts ⇒ Array<Types::UnprocessedAccount>
The list of member accounts that Detective was not able to remove from the behavior graph. For each member account, provides the reason that the deletion could not be processed.
392 393 394 395 396 397 |
# File 'lib/aws-sdk-detective/types.rb', line 392 class DeleteMembersResponse < Struct.new( :account_ids, :unprocessed_accounts) SENSITIVE = [] include Aws::Structure end |