Class: Aws::CloudWatchRUM::Types::CustomEvents
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchRUM::Types::CustomEvents
- Includes:
- Structure
- Defined in:
- 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
-
#status ⇒ String
Specifies whether this app monitor allows the web client to define and send custom events.
Instance Attribute Details
#status ⇒ String
Specifies whether this app monitor allows the web client to define and send custom events. The default is for custom events to be ‘DISABLED`.
647 648 649 650 651 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 647 class CustomEvents < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |