Class: Aws::Types::AutomatedEvaluationCustomMetricSource
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedEvaluationCustomMetricSource
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: CustomMetricDefinition, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_metric_definition ⇒ Types::CustomMetricDefinition
Returns the value of attribute custom_metric_definition.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#custom_metric_definition ⇒ Types::CustomMetricDefinition
Returns the value of attribute custom_metric_definition.
79 80 81 |
# File 'sig/types.rbs', line 79 def custom_metric_definition @custom_metric_definition end |
#unknown ⇒ Object
Returns the value of attribute unknown.
80 81 82 |
# File 'sig/types.rbs', line 80 def unknown @unknown end |