Class: Aws::GuardDuty::Types::CreateMembersResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#unprocessed_accountsArray<Types::UnprocessedAccount>

A list of objects that include the ‘accountIds` of the unprocessed accounts and a result string that explains why each was unprocessed.

Returns:



1343
1344
1345
1346
1347
# File 'lib/aws-sdk-guardduty/types.rb', line 1343

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