Class: Aws::SecurityHub::Types::CreateMembersResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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 processed. For each account, the list includes the account ID and the email address.

Returns:



23809
23810
23811
23812
23813
# File 'lib/aws-sdk-securityhub/types.rb', line 23809

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