You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#account_idsArray<String>

The list of AWS account identifiers for the member accounts that Detective successfully deleted from the behavior graph.

Returns:

  • (Array<String>)

    The list of AWS account identifiers for the member accounts that Detective successfully deleted from the behavior graph.

#unprocessed_accountsArray<Types::UnprocessedAccount>

The list of member accounts that Detective was not able to delete from the behavior graph. For each member account, provides the reason that the deletion could not be processed.

Returns:

  • (Array<Types::UnprocessedAccount>)

    The list of member accounts that Detective was not able to delete from the behavior graph.