Class: Aws::GuardDuty::Types::AgentDetails
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::GuardDuty::Types::AgentDetails
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Information about the installed GuardDuty security agent.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Version of the installed GuardDuty security agent. 
Instance Attribute Details
#version ⇒ String
Version of the installed GuardDuty security agent.
| 369 370 371 372 373 | # File 'lib/aws-sdk-guardduty/types.rb', line 369 class AgentDetails < Struct.new( :version) SENSITIVE = [] include Aws::Structure end |