Class: Aws::CloudWatchRUM::Types::AppMonitorDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchRUM::Types::AppMonitorDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchrum/types.rb
Overview
A structure that contains information about the RUM app monitor.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The unique ID of the app monitor.
-
#name ⇒ String
The name of the app monitor.
-
#version ⇒ String
The version of the app monitor.
Instance Attribute Details
#id ⇒ String
The unique ID of the app monitor.
239 240 241 242 243 244 245 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 239 class AppMonitorDetails < Struct.new( :id, :name, :version) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the app monitor.
239 240 241 242 243 244 245 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 239 class AppMonitorDetails < Struct.new( :id, :name, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the app monitor.
239 240 241 242 243 244 245 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 239 class AppMonitorDetails < Struct.new( :id, :name, :version) SENSITIVE = [] include Aws::Structure end |