Class: Aws::Detective::Types::CreateMembersResponse

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

#membersArray<Types::MemberDetail>

The set of member account invitation or enablement requests that Detective was able to process. This includes accounts that are being verified, that failed verification, and that passed verification and are being sent an invitation or are being enabled.

Returns:



275
276
277
278
279
280
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 275

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

#unprocessed_accountsArray<Types::UnprocessedAccount>

The list of accounts for which Detective was unable to process the invitation or enablement request. For each account, the list provides the reason why the request could not be processed. The list includes accounts that are already member accounts in the behavior graph.

Returns:



275
276
277
278
279
280
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 275

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