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

#numberArray<Integer>

The numeric values that were unusual.

Returns:

  • (Array<Integer>)


9555
9556
9557
9558
9559
9560
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 9555

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

#textArray<String>

The text that was unusual.

Returns:

  • (Array<String>)


9555
9556
9557
9558
9559
9560
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 9555

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