Class: Aws::Types::MetricDefinition
- Inherits:
-
Object
- Object
- Aws::Types::MetricDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dimension_keys ⇒ ::Hash[::String, ::String]
Returns the value of attribute dimension_keys.
-
#event_pattern ⇒ ::String
Returns the value of attribute event_pattern.
-
#metric_definition_id ⇒ ::String
Returns the value of attribute metric_definition_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#unit_label ⇒ ::String
Returns the value of attribute unit_label.
-
#value_key ⇒ ::String
Returns the value of attribute value_key.
Instance Attribute Details
#dimension_keys ⇒ ::Hash[::String, ::String]
Returns the value of attribute dimension_keys.
294 295 296 |
# File 'sig/types.rbs', line 294 def dimension_keys @dimension_keys end |
#event_pattern ⇒ ::String
Returns the value of attribute event_pattern.
295 296 297 |
# File 'sig/types.rbs', line 295 def event_pattern @event_pattern end |
#metric_definition_id ⇒ ::String
Returns the value of attribute metric_definition_id.
290 291 292 |
# File 'sig/types.rbs', line 290 def metric_definition_id @metric_definition_id end |
#name ⇒ ::String
Returns the value of attribute name.
291 292 293 |
# File 'sig/types.rbs', line 291 def name @name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
296 297 298 |
# File 'sig/types.rbs', line 296 def namespace @namespace end |
#unit_label ⇒ ::String
Returns the value of attribute unit_label.
293 294 295 |
# File 'sig/types.rbs', line 293 def unit_label @unit_label end |
#value_key ⇒ ::String
Returns the value of attribute value_key.
292 293 294 |
# File 'sig/types.rbs', line 292 def value_key @value_key end |