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:



816
817
818
819
820
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 816

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