Class: Aws::Types::AnomalyMonitor
- Inherits:
-
Object
- Object
- Aws::Types::AnomalyMonitor
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
-
#dimensional_value_count ⇒ ::Integer
Returns the value of attribute dimensional_value_count.
-
#last_evaluated_date ⇒ ::String
Returns the value of attribute last_evaluated_date.
-
#last_updated_date ⇒ ::String
Returns the value of attribute last_updated_date.
-
#monitor_arn ⇒ ::String
Returns the value of attribute monitor_arn.
-
#monitor_dimension ⇒ "SERVICE", ...
Returns the value of attribute monitor_dimension.
-
#monitor_name ⇒ ::String
Returns the value of attribute monitor_name.
-
#monitor_specification ⇒ Types::Expression
Returns the value of attribute monitor_specification.
-
#monitor_type ⇒ "DIMENSIONAL", "CUSTOM"
Returns the value of attribute monitor_type.
Instance Attribute Details
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
54 55 56 |
# File 'sig/types.rbs', line 54 def creation_date @creation_date end |
#dimensional_value_count ⇒ ::Integer
Returns the value of attribute dimensional_value_count.
60 61 62 |
# File 'sig/types.rbs', line 60 def dimensional_value_count @dimensional_value_count end |
#last_evaluated_date ⇒ ::String
Returns the value of attribute last_evaluated_date.
56 57 58 |
# File 'sig/types.rbs', line 56 def last_evaluated_date @last_evaluated_date end |
#last_updated_date ⇒ ::String
Returns the value of attribute last_updated_date.
55 56 57 |
# File 'sig/types.rbs', line 55 def last_updated_date @last_updated_date end |
#monitor_arn ⇒ ::String
Returns the value of attribute monitor_arn.
52 53 54 |
# File 'sig/types.rbs', line 52 def monitor_arn @monitor_arn end |
#monitor_dimension ⇒ "SERVICE", ...
Returns the value of attribute monitor_dimension.
58 59 60 |
# File 'sig/types.rbs', line 58 def monitor_dimension @monitor_dimension end |
#monitor_name ⇒ ::String
Returns the value of attribute monitor_name.
53 54 55 |
# File 'sig/types.rbs', line 53 def monitor_name @monitor_name end |
#monitor_specification ⇒ Types::Expression
Returns the value of attribute monitor_specification.
59 60 61 |
# File 'sig/types.rbs', line 59 def monitor_specification @monitor_specification end |
#monitor_type ⇒ "DIMENSIONAL", "CUSTOM"
Returns the value of attribute monitor_type.
57 58 59 |
# File 'sig/types.rbs', line 57 def monitor_type @monitor_type end |