Class: Aws::Detective::Types::DatasourcePackageIngestDetail
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Detective::Types::DatasourcePackageIngestDetail
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-detective/types.rb
 
Overview
Details about the data source packages ingested by your behavior graph.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #datasource_package_ingest_state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Details on which data source packages are ingested for a member account.
 - 
  
    
      #last_ingest_state_change  ⇒ Hash<String,Types::TimestampForCollection> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date a data source package was enabled for this account.
 
Instance Attribute Details
#datasource_package_ingest_state ⇒ String
Details on which data source packages are ingested for a member account.
      296 297 298 299 300 301  | 
    
      # File 'lib/aws-sdk-detective/types.rb', line 296 class DatasourcePackageIngestDetail < Struct.new( :datasource_package_ingest_state, :last_ingest_state_change) SENSITIVE = [] include Aws::Structure end  | 
  
#last_ingest_state_change ⇒ Hash<String,Types::TimestampForCollection>
The date a data source package was enabled for this account
      296 297 298 299 300 301  | 
    
      # File 'lib/aws-sdk-detective/types.rb', line 296 class DatasourcePackageIngestDetail < Struct.new( :datasource_package_ingest_state, :last_ingest_state_change) SENSITIVE = [] include Aws::Structure end  |