Class: Aws::Detective::Types::UpdateInvestigationStateRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Detective::Types::UpdateInvestigationStateRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-detective/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #graph_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the behavior graph.
 - 
  
    
      #investigation_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The investigation ID of the investigation report.
 - 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current state of the investigation.
 
Instance Attribute Details
#graph_arn ⇒ String
The Amazon Resource Name (ARN) of the behavior graph.
      1873 1874 1875 1876 1877 1878 1879  | 
    
      # File 'lib/aws-sdk-detective/types.rb', line 1873 class UpdateInvestigationStateRequest < Struct.new( :graph_arn, :investigation_id, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#investigation_id ⇒ String
The investigation ID of the investigation report.
      1873 1874 1875 1876 1877 1878 1879  | 
    
      # File 'lib/aws-sdk-detective/types.rb', line 1873 class UpdateInvestigationStateRequest < Struct.new( :graph_arn, :investigation_id, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#state ⇒ String
The current state of the investigation. An archived investigation indicates you have completed reviewing the investigation.
      1873 1874 1875 1876 1877 1878 1879  | 
    
      # File 'lib/aws-sdk-detective/types.rb', line 1873 class UpdateInvestigationStateRequest < Struct.new( :graph_arn, :investigation_id, :state) SENSITIVE = [] include Aws::Structure end  |