Class: Aws::GuardDuty::Types::AgentDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::AgentDetails
- Defined in:
- gems/aws-sdk-guardduty/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.
445 446 447 448 449 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 445 class AgentDetails < Struct.new( :version) SENSITIVE = [] include Aws::Structure end |