Class: Aws::Types::DeleteRumMetricsDestinationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRumMetricsDestinationRequest
- 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.
Instance Attribute Details
#app_monitor_name ⇒ ::String
Returns the value of attribute app_monitor_name.
181 182 183 |
# File 'sig/types.rbs', line 181 def app_monitor_name @app_monitor_name end |
#destination ⇒ "CloudWatch", "Evidently"
Returns the value of attribute destination.
182 183 184 |
# File 'sig/types.rbs', line 182 def destination @destination end |
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
183 184 185 |
# File 'sig/types.rbs', line 183 def destination_arn @destination_arn end |