Class: Aws::CloudWatchRUM::Types::CustomEvents

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb

Overview

A structure that contains information about custom events for this app monitor.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

Specifies whether this app monitor allows the web client to define and send custom events. The default is for custom events to be DISABLED.

Returns:

  • (String)


647
648
649
650
651
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 647

class CustomEvents < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end