Class: Aws::Types::CreateAnomalyDetectorResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateAnomalyDetectorResponse
- 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.
139 140 141 |
# File 'sig/types.rbs', line 139 def anomaly_detector_id @anomaly_detector_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
140 141 142 |
# File 'sig/types.rbs', line 140 def arn @arn end |
#status ⇒ Types::AnomalyDetectorStatus
Returns the value of attribute status.
141 142 143 |
# File 'sig/types.rbs', line 141 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
142 143 144 |
# File 'sig/types.rbs', line 142 def @tags end |