Class: Aws::GuardDuty::Types::Observations

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb

Overview

Contains information about the observed behavior.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#textArray<String>

The text that was unusual.

Returns:

  • (Array<String>)


6561
6562
6563
6564
6565
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6561

class Observations < Struct.new(
  :text)
  SENSITIVE = []
  include Aws::Structure
end