Class: Aws::Types::BatchDeleteRumMetricDefinitionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchDeleteRumMetricDefinitionsRequest
- 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_ids ⇒ ::Array[::String]
Returns the value of attribute metric_definition_ids.
Instance Attribute Details
#app_monitor_name ⇒ ::String
Returns the value of attribute app_monitor_name.
92 93 94 |
# File 'sig/types.rbs', line 92 def app_monitor_name @app_monitor_name end |
#destination ⇒ "CloudWatch", "Evidently"
Returns the value of attribute destination.
93 94 95 |
# File 'sig/types.rbs', line 93 def destination @destination end |
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
94 95 96 |
# File 'sig/types.rbs', line 94 def destination_arn @destination_arn end |
#metric_definition_ids ⇒ ::Array[::String]
Returns the value of attribute metric_definition_ids.
95 96 97 |
# File 'sig/types.rbs', line 95 def metric_definition_ids @metric_definition_ids end |