Class: Aws::Types::BatchGetRumMetricDefinitionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetRumMetricDefinitionsRequest
- 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.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#app_monitor_name ⇒ ::String
Returns the value of attribute app_monitor_name.
106 107 108 |
# File 'sig/types.rbs', line 106 def app_monitor_name @app_monitor_name end |
#destination ⇒ "CloudWatch", "Evidently"
Returns the value of attribute destination.
107 108 109 |
# File 'sig/types.rbs', line 107 def destination @destination end |
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
108 109 110 |
# File 'sig/types.rbs', line 108 def destination_arn @destination_arn end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
109 110 111 |
# File 'sig/types.rbs', line 109 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
110 111 112 |
# File 'sig/types.rbs', line 110 def next_token @next_token end |