Class: Aws::Types::MetricAttribute
- Inherits:
-
Object
- Object
- Aws::Types::MetricAttribute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_type ⇒ ::String
Returns the value of attribute event_type.
-
#expression ⇒ ::String
Returns the value of attribute expression.
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
Instance Attribute Details
#event_type ⇒ ::String
Returns the value of attribute event_type.
1187 1188 1189 |
# File 'sig/types.rbs', line 1187 def event_type @event_type end |
#expression ⇒ ::String
Returns the value of attribute expression.
1189 1190 1191 |
# File 'sig/types.rbs', line 1189 def expression @expression end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
1188 1189 1190 |
# File 'sig/types.rbs', line 1188 def metric_name @metric_name end |