Class: Aws::Detective::Types::BatchGetGraphMemberDatasourcesResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Detective::Types::BatchGetGraphMemberDatasourcesResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-detective/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #member_datasources  ⇒ Array<Types::MembershipDatasources> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Details on the status of data source packages for members of the behavior graph.
 - 
  
    
      #unprocessed_accounts  ⇒ Array<Types::UnprocessedAccount> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Accounts that data source package information could not be retrieved for.
 
Instance Attribute Details
#member_datasources ⇒ Array<Types::MembershipDatasources>
Details on the status of data source packages for members of the behavior graph.
      142 143 144 145 146 147  | 
    
      # File 'lib/aws-sdk-detective/types.rb', line 142 class BatchGetGraphMemberDatasourcesResponse < Struct.new( :member_datasources, :unprocessed_accounts) SENSITIVE = [] include Aws::Structure end  | 
  
#unprocessed_accounts ⇒ Array<Types::UnprocessedAccount>
Accounts that data source package information could not be retrieved for.
      142 143 144 145 146 147  | 
    
      # File 'lib/aws-sdk-detective/types.rb', line 142 class BatchGetGraphMemberDatasourcesResponse < Struct.new( :member_datasources, :unprocessed_accounts) SENSITIVE = [] include Aws::Structure end  |