Class: Aws::SecurityHub::Types::GetMembersResponse

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

#membersArray<Types::Member>

The list of details about the Security Hub member accounts.



26066
26067
26068
26069
26070
26071
# File 'lib/aws-sdk-securityhub/types.rb', line 26066

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

#unprocessed_accountsArray<Types::Result>

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



26066
26067
26068
26069
26070
26071
# File 'lib/aws-sdk-securityhub/types.rb', line 26066

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