Class: Aws::CloudWatchRUM::Types::GetAppMonitorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchRUM::Types::GetAppMonitorResponse
- Includes:
- Structure
- Defined in:
- 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.
816 817 818 819 820 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 816 class GetAppMonitorResponse < Struct.new( :app_monitor) SENSITIVE = [] include Aws::Structure end |