Class: Aws::GuardDuty::Types::Detection
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GuardDuty::Types::Detection
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-guardduty/types.rb
 
Overview
Contains information about the detected behavior.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #anomaly  ⇒ Types::Anomaly 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The details about the anomalous activity that caused GuardDuty to generate the finding.
 
Instance Attribute Details
#anomaly ⇒ Types::Anomaly
The details about the anomalous activity that caused GuardDuty to generate the finding.
      2595 2596 2597 2598 2599  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 2595 class Detection < Struct.new( :anomaly) SENSITIVE = [] include Aws::Structure end  |