Class: Aws::Types::BatchCreateRumMetricDefinitionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchCreateRumMetricDefinitionsRequest
- 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_definitions ⇒ ::Array[Types::MetricDefinitionRequest]
Returns the value of attribute metric_definitions.
Instance Attribute Details
#app_monitor_name ⇒ ::String
Returns the value of attribute app_monitor_name.
71 72 73 |
# File 'sig/types.rbs', line 71 def app_monitor_name @app_monitor_name end |
#destination ⇒ "CloudWatch", "Evidently"
Returns the value of attribute destination.
72 73 74 |
# File 'sig/types.rbs', line 72 def destination @destination end |
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
73 74 75 |
# File 'sig/types.rbs', line 73 def destination_arn @destination_arn end |
#metric_definitions ⇒ ::Array[Types::MetricDefinitionRequest]
Returns the value of attribute metric_definitions.
74 75 76 |
# File 'sig/types.rbs', line 74 def metric_definitions @metric_definitions end |