Class: Aws::Types::AnomalyDetectorSummary
- Inherits:
-
Object
- Object
- Aws::Types::AnomalyDetectorSummary
- 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.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#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.
84 85 86 |
# File 'sig/types.rbs', line 84 def alias @alias end |
#anomaly_detector_id ⇒ ::String
Returns the value of attribute anomaly_detector_id.
83 84 85 |
# File 'sig/types.rbs', line 83 def anomaly_detector_id @anomaly_detector_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
82 83 84 |
# File 'sig/types.rbs', line 82 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
86 87 88 |
# File 'sig/types.rbs', line 86 def created_at @created_at end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
87 88 89 |
# File 'sig/types.rbs', line 87 def modified_at @modified_at end |
#status ⇒ Types::AnomalyDetectorStatus
Returns the value of attribute status.
85 86 87 |
# File 'sig/types.rbs', line 85 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
88 89 90 |
# File 'sig/types.rbs', line 88 def @tags end |