Class: Aws::Types::MetricDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::MetricDefinitionRequest
- 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.
-
#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.
304 305 306 |
# File 'sig/types.rbs', line 304 def dimension_keys @dimension_keys end |
#event_pattern ⇒ ::String
Returns the value of attribute event_pattern.
305 306 307 |
# File 'sig/types.rbs', line 305 def event_pattern @event_pattern end |
#name ⇒ ::String
Returns the value of attribute name.
301 302 303 |
# File 'sig/types.rbs', line 301 def name @name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
306 307 308 |
# File 'sig/types.rbs', line 306 def namespace @namespace end |
#unit_label ⇒ ::String
Returns the value of attribute unit_label.
303 304 305 |
# File 'sig/types.rbs', line 303 def unit_label @unit_label end |
#value_key ⇒ ::String
Returns the value of attribute value_key.
302 303 304 |
# File 'sig/types.rbs', line 302 def value_key @value_key end |