Class: Aws::Detective::Types::DeleteMembersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::DeleteMembersResponse
- Defined in:
- gems/aws-sdk-detective/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.
278 279 280 281 282 283 |
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 278 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.
278 279 280 281 282 283 |
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 278 class DeleteMembersResponse < Struct.new( :account_ids, :unprocessed_accounts) SENSITIVE = [] include Aws::Structure end |