Class: Aws::Types::PutAnomalyDetectorRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutAnomalyDetectorRequest
- 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.
-
#configuration ⇒ Types::AnomalyDetectorConfiguration
Returns the value of attribute configuration.
-
#evaluation_interval_in_seconds ⇒ ::Integer
Returns the value of attribute evaluation_interval_in_seconds.
-
#labels ⇒ ::Hash[::String, ::String]
Returns the value of attribute labels.
-
#missing_data_action ⇒ Types::AnomalyDetectorMissingDataAction
Returns the value of attribute missing_data_action.
-
#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.
575 576 577 |
# File 'sig/types.rbs', line 575 def anomaly_detector_id @anomaly_detector_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
580 581 582 |
# File 'sig/types.rbs', line 580 def client_token @client_token end |
#configuration ⇒ Types::AnomalyDetectorConfiguration
Returns the value of attribute configuration.
578 579 580 |
# File 'sig/types.rbs', line 578 def configuration @configuration end |
#evaluation_interval_in_seconds ⇒ ::Integer
Returns the value of attribute evaluation_interval_in_seconds.
576 577 578 |
# File 'sig/types.rbs', line 576 def evaluation_interval_in_seconds @evaluation_interval_in_seconds end |
#labels ⇒ ::Hash[::String, ::String]
Returns the value of attribute labels.
579 580 581 |
# File 'sig/types.rbs', line 579 def labels @labels end |
#missing_data_action ⇒ Types::AnomalyDetectorMissingDataAction
Returns the value of attribute missing_data_action.
577 578 579 |
# File 'sig/types.rbs', line 577 def missing_data_action @missing_data_action end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
574 575 576 |
# File 'sig/types.rbs', line 574 def workspace_id @workspace_id end |