Class: Aws::Types::CreateAnomalyMonitorRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAnomalyMonitorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#anomaly_monitor ⇒ Types::AnomalyMonitor
Returns the value of attribute anomaly_monitor.
-
#resource_tags ⇒ ::Array[Types::ResourceTag]
Returns the value of attribute resource_tags.
Instance Attribute Details
#anomaly_monitor ⇒ Types::AnomalyMonitor
Returns the value of attribute anomaly_monitor.
264 265 266 |
# File 'sig/types.rbs', line 264 def anomaly_monitor @anomaly_monitor end |
#resource_tags ⇒ ::Array[Types::ResourceTag]
Returns the value of attribute resource_tags.
265 266 267 |
# File 'sig/types.rbs', line 265 def end |