Class: Aws::CloudWatchRUM::Types::AppMonitorDetails

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

Instance Attribute Details

#idString

The unique ID of the app monitor.

Returns:

  • (String)


239
240
241
242
243
244
245
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 239

class AppMonitorDetails < Struct.new(
  :id,
  :name,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the app monitor.

Returns:

  • (String)


239
240
241
242
243
244
245
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 239

class AppMonitorDetails < Struct.new(
  :id,
  :name,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The version of the app monitor.

Returns:

  • (String)


239
240
241
242
243
244
245
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 239

class AppMonitorDetails < Struct.new(
  :id,
  :name,
  :version)
  SENSITIVE = []
  include Aws::Structure
end