Class: Aws::Types::UpdateRumMetricDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRumMetricDefinitionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_monitor_name ⇒ ::String
Returns the value of attribute app_monitor_name.
-
#destination ⇒ "CloudWatch", "Evidently"
Returns the value of attribute destination.
-
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
-
#metric_definition ⇒ Types::MetricDefinitionRequest
Returns the value of attribute metric_definition.
-
#metric_definition_id ⇒ ::String
Returns the value of attribute metric_definition_id.
Instance Attribute Details
#app_monitor_name ⇒ ::String
Returns the value of attribute app_monitor_name.
438 439 440 |
# File 'sig/types.rbs', line 438 def app_monitor_name @app_monitor_name end |
#destination ⇒ "CloudWatch", "Evidently"
Returns the value of attribute destination.
439 440 441 |
# File 'sig/types.rbs', line 439 def destination @destination end |
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
440 441 442 |
# File 'sig/types.rbs', line 440 def destination_arn @destination_arn end |
#metric_definition ⇒ Types::MetricDefinitionRequest
Returns the value of attribute metric_definition.
441 442 443 |
# File 'sig/types.rbs', line 441 def metric_definition @metric_definition end |
#metric_definition_id ⇒ ::String
Returns the value of attribute metric_definition_id.
442 443 444 |
# File 'sig/types.rbs', line 442 def metric_definition_id @metric_definition_id end |