Class: Aws::Types::MetricV2
- Inherits:
-
Object
- Object
- Aws::Types::MetricV2
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric_filters ⇒ ::Array[Types::MetricFilterV2]
Returns the value of attribute metric_filters.
-
#metric_id ⇒ ::String
Returns the value of attribute metric_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#threshold ⇒ ::Array[Types::ThresholdV2]
Returns the value of attribute threshold.
Instance Attribute Details
#metric_filters ⇒ ::Array[Types::MetricFilterV2]
Returns the value of attribute metric_filters.
5978 5979 5980 |
# File 'sig/types.rbs', line 5978 def metric_filters @metric_filters end |
#metric_id ⇒ ::String
Returns the value of attribute metric_id.
5977 5978 5979 |
# File 'sig/types.rbs', line 5977 def metric_id @metric_id end |
#name ⇒ ::String
Returns the value of attribute name.
5975 5976 5977 |
# File 'sig/types.rbs', line 5975 def name @name end |
#threshold ⇒ ::Array[Types::ThresholdV2]
Returns the value of attribute threshold.
5976 5977 5978 |
# File 'sig/types.rbs', line 5976 def threshold @threshold end |