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
-
#number ⇒ Array<Integer>
The numeric values that were unusual.
-
#text ⇒ Array<String>
The text that was unusual.
Instance Attribute Details
#number ⇒ Array<Integer>
The numeric values that were unusual.
9533 9534 9535 9536 9537 9538 |
# File 'lib/aws-sdk-guardduty/types.rb', line 9533 class Observations < Struct.new( :text, :number) SENSITIVE = [] include Aws::Structure end |
#text ⇒ Array<String>
The text that was unusual.
9533 9534 9535 9536 9537 9538 |
# File 'lib/aws-sdk-guardduty/types.rb', line 9533 class Observations < Struct.new( :text, :number) SENSITIVE = [] include Aws::Structure end |