Class: Aws::Types::AnomalyObject
- Inherits:
-
Object
- Object
- Aws::Types::AnomalyObject
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#observations ⇒ Types::Observations
Returns the value of attribute observations.
-
#profile_subtype ⇒ "FREQUENT", ...
Returns the value of attribute profile_subtype.
-
#profile_type ⇒ "FREQUENCY", "VOLUME"
Returns the value of attribute profile_type.
Instance Attribute Details
#observations ⇒ Types::Observations
Returns the value of attribute observations.
164 165 166 |
# File 'sig/types.rbs', line 164 def observations @observations end |
#profile_subtype ⇒ "FREQUENT", ...
Returns the value of attribute profile_subtype.
163 164 165 |
# File 'sig/types.rbs', line 163 def profile_subtype @profile_subtype end |
#profile_type ⇒ "FREQUENCY", "VOLUME"
Returns the value of attribute profile_type.
162 163 164 |
# File 'sig/types.rbs', line 162 def profile_type @profile_type end |