Class: Aws::SecurityHub::Types::DeleteMembersResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#unprocessed_accountsArray<Types::Result>

The list of Amazon Web Services accounts that were not deleted. For each account, the list includes the account ID and the email address.

Returns:



24123
24124
24125
24126
24127
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24123

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