Class: Aws::GuardDuty::Types::Observations
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::Observations
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Contains information about the observed behavior.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#text ⇒ Array<String>
The text that was unusual.
Instance Attribute Details
#text ⇒ Array<String>
The text that was unusual.
6232 6233 6234 6235 6236 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6232 class Observations < Struct.new( :text) SENSITIVE = [] include Aws::Structure end |