Class: Aws::Types::PutAnomalyDetectorResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutAnomalyDetectorResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#anomaly_detector_id ⇒ ::String
Returns the value of attribute anomaly_detector_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#status ⇒ Types::AnomalyDetectorStatus
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#anomaly_detector_id ⇒ ::String
Returns the value of attribute anomaly_detector_id.
585 586 587 |
# File 'sig/types.rbs', line 585 def anomaly_detector_id @anomaly_detector_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
586 587 588 |
# File 'sig/types.rbs', line 586 def arn @arn end |
#status ⇒ Types::AnomalyDetectorStatus
Returns the value of attribute status.
587 588 589 |
# File 'sig/types.rbs', line 587 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
588 589 590 |
# File 'sig/types.rbs', line 588 def @tags end |