Class: Aws::CloudWatchRUM::Types::AppMonitorSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchrum/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

Instance Attribute Details

#createdString

The date and time that the app monitor was created.

Returns:

  • (String)


273
274
275
276
277
278
279
280
281
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 273

class AppMonitorSummary < Struct.new(
  :created,
  :id,
  :last_modified,
  :name,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique ID of this app monitor.

Returns:

  • (String)


273
274
275
276
277
278
279
280
281
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 273

class AppMonitorSummary < Struct.new(
  :created,
  :id,
  :last_modified,
  :name,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#last_modifiedString

The date and time of the most recent changes to this app monitor's configuration.

Returns:

  • (String)


273
274
275
276
277
278
279
280
281
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 273

class AppMonitorSummary < Struct.new(
  :created,
  :id,
  :last_modified,
  :name,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of this app monitor.

Returns:

  • (String)


273
274
275
276
277
278
279
280
281
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 273

class AppMonitorSummary < Struct.new(
  :created,
  :id,
  :last_modified,
  :name,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The current state of this app monitor.

Returns:

  • (String)


273
274
275
276
277
278
279
280
281
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 273

class AppMonitorSummary < Struct.new(
  :created,
  :id,
  :last_modified,
  :name,
  :state)
  SENSITIVE = []
  include Aws::Structure
end