Class: Aws::Detective::Types::UpdateDatasourcePackagesRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Detective::Types::UpdateDatasourcePackagesRequest
 
- Defined in:
- gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #datasource_packages  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The data source package to start for the behavior graph. 
- 
  
    
      #graph_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN of the behavior graph. 
Instance Attribute Details
#datasource_packages ⇒ Array<String>
The data source package to start for the behavior graph.
| 1851 1852 1853 1854 1855 1856 | # File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1851 class UpdateDatasourcePackagesRequest < Struct.new( :graph_arn, :datasource_packages) SENSITIVE = [] include Aws::Structure end | 
#graph_arn ⇒ String
The ARN of the behavior graph.
| 1851 1852 1853 1854 1855 1856 | # File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1851 class UpdateDatasourcePackagesRequest < Struct.new( :graph_arn, :datasource_packages) SENSITIVE = [] include Aws::Structure end |