Class: Aws::CloudWatchRUM::Types::GetAppMonitorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchRUM::Types::GetAppMonitorResponse
- Defined in:
- gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_monitor ⇒ Types::AppMonitor
A structure containing all the configuration information for the app monitor.
Instance Attribute Details
#app_monitor ⇒ Types::AppMonitor
A structure containing all the configuration information for the app monitor.
849 850 851 852 853 |
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 849 class GetAppMonitorResponse < Struct.new( :app_monitor) SENSITIVE = [] include Aws::Structure end |