Class: Aws::Types::AnomalyDetectorDescription
- Inherits:
-
Object
- Object
- Aws::Types::AnomalyDetectorDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#anomaly_detector_id ⇒ ::String
Returns the value of attribute anomaly_detector_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#configuration ⇒ Types::AnomalyDetectorConfiguration
Returns the value of attribute configuration.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#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.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#status ⇒ Types::AnomalyDetectorStatus
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
49 50 51 |
# File 'sig/types.rbs', line 49 def alias @alias end |
#anomaly_detector_id ⇒ ::String
Returns the value of attribute anomaly_detector_id.
48 49 50 |
# File 'sig/types.rbs', line 48 def anomaly_detector_id @anomaly_detector_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
47 48 49 |
# File 'sig/types.rbs', line 47 def arn @arn end |
#configuration ⇒ Types::AnomalyDetectorConfiguration
Returns the value of attribute configuration.
52 53 54 |
# File 'sig/types.rbs', line 52 def configuration @configuration end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
55 56 57 |
# File 'sig/types.rbs', line 55 def created_at @created_at end |
#evaluation_interval_in_seconds ⇒ ::Integer
Returns the value of attribute evaluation_interval_in_seconds.
50 51 52 |
# File 'sig/types.rbs', line 50 def evaluation_interval_in_seconds @evaluation_interval_in_seconds end |
#labels ⇒ ::Hash[::String, ::String]
Returns the value of attribute labels.
53 54 55 |
# File 'sig/types.rbs', line 53 def labels @labels end |
#missing_data_action ⇒ Types::AnomalyDetectorMissingDataAction
Returns the value of attribute missing_data_action.
51 52 53 |
# File 'sig/types.rbs', line 51 def missing_data_action @missing_data_action end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
56 57 58 |
# File 'sig/types.rbs', line 56 def modified_at @modified_at end |
#status ⇒ Types::AnomalyDetectorStatus
Returns the value of attribute status.
54 55 56 |
# File 'sig/types.rbs', line 54 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
57 58 59 |
# File 'sig/types.rbs', line 57 def @tags end |