Class: Aws::Types::MetricDefinition
- Inherits:
-
Object
- Object
- Aws::Types::MetricDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#regex ⇒ ::String
Returns the value of attribute regex.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
8700 8701 8702 |
# File 'sig/types.rbs', line 8700 def name @name end |
#regex ⇒ ::String
Returns the value of attribute regex.
8701 8702 8703 |
# File 'sig/types.rbs', line 8701 def regex @regex end |