Class: Aws::CloudWatchRUM::Types::GetAppMonitorResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_monitorTypes::AppMonitor

A structure containing all the configuration information for the app monitor.

Returns:



794
795
796
797
798
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 794

class GetAppMonitorResponse < Struct.new(
  :app_monitor)
  SENSITIVE = []
  include Aws::Structure
end