Class: Aws::CloudWatchRUM::Types::AppMonitorSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchRUM::Types::AppMonitorSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchrum/types.rb
Overview
A structure that includes some data about app monitors and their settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created ⇒ String
The date and time that the app monitor was created.
-
#id ⇒ String
The unique ID of this app monitor.
-
#last_modified ⇒ String
The date and time of the most recent changes to this app monitor’s configuration.
-
#name ⇒ String
The name of this app monitor.
-
#platform ⇒ String
The platform type for this app monitor.
-
#state ⇒ String
The current state of this app monitor.
Instance Attribute Details
#created ⇒ String
The date and time that the app monitor was created.
298 299 300 301 302 303 304 305 306 307 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 298 class AppMonitorSummary < Struct.new( :name, :id, :created, :last_modified, :state, :platform) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique ID of this app monitor.
298 299 300 301 302 303 304 305 306 307 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 298 class AppMonitorSummary < Struct.new( :name, :id, :created, :last_modified, :state, :platform) SENSITIVE = [] include Aws::Structure end |
#last_modified ⇒ String
The date and time of the most recent changes to this app monitor’s configuration.
298 299 300 301 302 303 304 305 306 307 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 298 class AppMonitorSummary < Struct.new( :name, :id, :created, :last_modified, :state, :platform) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of this app monitor.
298 299 300 301 302 303 304 305 306 307 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 298 class AppMonitorSummary < Struct.new( :name, :id, :created, :last_modified, :state, :platform) SENSITIVE = [] include Aws::Structure end |
#platform ⇒ String
The platform type for this app monitor. Valid values are ‘Web` for web applications, `Android` for Android applications, and `iOS` for IOS applications.
298 299 300 301 302 303 304 305 306 307 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 298 class AppMonitorSummary < Struct.new( :name, :id, :created, :last_modified, :state, :platform) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of this app monitor.
298 299 300 301 302 303 304 305 306 307 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 298 class AppMonitorSummary < Struct.new( :name, :id, :created, :last_modified, :state, :platform) SENSITIVE = [] include Aws::Structure end |