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.
8715 8716 8717 |
# File 'sig/types.rbs', line 8715 def name @name end |
#regex ⇒ ::String
Returns the value of attribute regex.
8716 8717 8718 |
# File 'sig/types.rbs', line 8716 def regex @regex end |