Class: Aws::Types::Anomaly
- Inherits:
-
Object
- Object
- Aws::Types::Anomaly
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#profiles ⇒ ::Hash[::String, ::Hash[::String, ::Array[Types::AnomalyObject]]]
Returns the value of attribute profiles.
-
#unusual ⇒ Types::AnomalyUnusual
Returns the value of attribute unusual.
Instance Attribute Details
#profiles ⇒ ::Hash[::String, ::Hash[::String, ::Array[Types::AnomalyObject]]]
Returns the value of attribute profiles.
156 157 158 |
# File 'sig/types.rbs', line 156 def profiles @profiles end |
#unusual ⇒ Types::AnomalyUnusual
Returns the value of attribute unusual.
157 158 159 |
# File 'sig/types.rbs', line 157 def unusual @unusual end |