Class: Aws::Types::UpdateAnomalyMonitorRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAnomalyMonitorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#monitor_arn ⇒ ::String
Returns the value of attribute monitor_arn.
-
#monitor_name ⇒ ::String
Returns the value of attribute monitor_name.
Instance Attribute Details
#monitor_arn ⇒ ::String
Returns the value of attribute monitor_arn.
1598 1599 1600 |
# File 'sig/types.rbs', line 1598 def monitor_arn @monitor_arn end |
#monitor_name ⇒ ::String
Returns the value of attribute monitor_name.
1599 1600 1601 |
# File 'sig/types.rbs', line 1599 def monitor_name @monitor_name end |