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.
-
#state ⇒ String
The current state of this app monitor.
Instance Attribute Details
#created ⇒ String
The date and time that the app monitor was created.
273 274 275 276 277 278 279 280 281 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 273 class AppMonitorSummary < Struct.new( :created, :id, :last_modified, :name, :state) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique ID of this app monitor.
273 274 275 276 277 278 279 280 281 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 273 class AppMonitorSummary < Struct.new( :created, :id, :last_modified, :name, :state) SENSITIVE = [] include Aws::Structure end |
#last_modified ⇒ String
The date and time of the most recent changes to this app monitor’s configuration.
273 274 275 276 277 278 279 280 281 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 273 class AppMonitorSummary < Struct.new( :created, :id, :last_modified, :name, :state) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of this app monitor.
273 274 275 276 277 278 279 280 281 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 273 class AppMonitorSummary < Struct.new( :created, :id, :last_modified, :name, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of this app monitor.
273 274 275 276 277 278 279 280 281 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 273 class AppMonitorSummary < Struct.new( :created, :id, :last_modified, :name, :state) SENSITIVE = [] include Aws::Structure end |