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.
376 377 378 379 380 |
# File 'lib/aws-sdk-guardduty/types.rb', line 376 class AgentDetails < Struct.new( :version) SENSITIVE = [] include Aws::Structure end |