Class: Aws::Detective::Types::DeleteMembersResponse

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

#account_idsArray<String>

The list of Amazon Web Services account identifiers for the member accounts that Detective successfully removed from the behavior graph.

Returns:

  • (Array<String>)


371
372
373
374
375
376
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 371

class DeleteMembersResponse < Struct.new(
  :account_ids,
  :unprocessed_accounts)
  SENSITIVE = []
  include Aws::Structure
end

#unprocessed_accountsArray<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.

Returns:



371
372
373
374
375
376
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 371

class DeleteMembersResponse < Struct.new(
  :account_ids,
  :unprocessed_accounts)
  SENSITIVE = []
  include Aws::Structure
end