Class: Aws::Types::SingleMetricAnomalyDetector
- Inherits:
-
Object
- Object
- Aws::Types::SingleMetricAnomalyDetector
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#dimensions ⇒ ::Array[Types::Dimension]
Returns the value of attribute dimensions.
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#stat ⇒ ::String
Returns the value of attribute stat.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1096 1097 1098 |
# File 'sig/types.rbs', line 1096 def account_id @account_id end |
#dimensions ⇒ ::Array[Types::Dimension]
Returns the value of attribute dimensions.
1099 1100 1101 |
# File 'sig/types.rbs', line 1099 def dimensions @dimensions end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
1098 1099 1100 |
# File 'sig/types.rbs', line 1098 def metric_name @metric_name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
1097 1098 1099 |
# File 'sig/types.rbs', line 1097 def namespace @namespace end |
#stat ⇒ ::String
Returns the value of attribute stat.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def stat @stat end |