Class: Aws::Types::PutRumMetricsDestinationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutRumMetricsDestinationRequest
- 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.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
Instance Attribute Details
#app_monitor_name ⇒ ::String
Returns the value of attribute app_monitor_name.
354 355 356 |
# File 'sig/types.rbs', line 354 def app_monitor_name @app_monitor_name end |
#destination ⇒ "CloudWatch", "Evidently"
Returns the value of attribute destination.
355 356 357 |
# File 'sig/types.rbs', line 355 def destination @destination end |
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
356 357 358 |
# File 'sig/types.rbs', line 356 def destination_arn @destination_arn end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
357 358 359 |
# File 'sig/types.rbs', line 357 def iam_role_arn @iam_role_arn end |