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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#textArray<String>

The text that was unusual.

Returns:

  • (Array<String>)


5474
5475
5476
5477
5478
# File 'lib/aws-sdk-guardduty/types.rb', line 5474

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