Class: Aws::Types::DeleteAnomalyDetectorRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAnomalyDetectorRequest
- 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.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#anomaly_detector_id ⇒ ::String
Returns the value of attribute anomaly_detector_id.
232 233 234 |
# File 'sig/types.rbs', line 232 def anomaly_detector_id @anomaly_detector_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
233 234 235 |
# File 'sig/types.rbs', line 233 def client_token @client_token end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
231 232 233 |
# File 'sig/types.rbs', line 231 def workspace_id @workspace_id end |