Class: Aws::Types::MetricInfo
- Inherits:
-
Object
- Object
- Aws::Types::MetricInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric_dimensions ⇒ ::Hash[::String, ::String]
Returns the value of attribute metric_dimensions.
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
-
#metric_namespace ⇒ ::String
Returns the value of attribute metric_namespace.
-
#metric_statistic_recommendation ⇒ ::String
Returns the value of attribute metric_statistic_recommendation.
Instance Attribute Details
#metric_dimensions ⇒ ::Hash[::String, ::String]
Returns the value of attribute metric_dimensions.
259 260 261 |
# File 'sig/types.rbs', line 259 def metric_dimensions @metric_dimensions end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
258 259 260 |
# File 'sig/types.rbs', line 258 def metric_name @metric_name end |
#metric_namespace ⇒ ::String
Returns the value of attribute metric_namespace.
257 258 259 |
# File 'sig/types.rbs', line 257 def metric_namespace @metric_namespace end |
#metric_statistic_recommendation ⇒ ::String
Returns the value of attribute metric_statistic_recommendation.
260 261 262 |
# File 'sig/types.rbs', line 260 def metric_statistic_recommendation @metric_statistic_recommendation end |