Class: Aws::CloudWatchRUM::Types::PutRumEventsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchRUM::Types::PutRumEventsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchrum/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_monitor_details ⇒ Types::AppMonitorDetails
A structure that contains information about the app monitor that collected this telemetry information.
-
#batch_id ⇒ String
A unique identifier for this batch of RUM event data.
-
#id ⇒ String
The ID of the app monitor that is sending this data.
-
#rum_events ⇒ Array<Types::RumEvent>
An array of structures that contain the telemetry event data.
-
#user_details ⇒ Types::UserDetails
A structure that contains information about the user session that this batch of events was collected from.
Instance Attribute Details
#app_monitor_details ⇒ Types::AppMonitorDetails
A structure that contains information about the app monitor that collected this telemetry information.
1338 1339 1340 1341 1342 1343 1344 1345 1346 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 1338 class PutRumEventsRequest < Struct.new( :app_monitor_details, :batch_id, :id, :rum_events, :user_details) SENSITIVE = [] include Aws::Structure end |
#batch_id ⇒ String
A unique identifier for this batch of RUM event data.
1338 1339 1340 1341 1342 1343 1344 1345 1346 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 1338 class PutRumEventsRequest < Struct.new( :app_monitor_details, :batch_id, :id, :rum_events, :user_details) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the app monitor that is sending this data.
1338 1339 1340 1341 1342 1343 1344 1345 1346 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 1338 class PutRumEventsRequest < Struct.new( :app_monitor_details, :batch_id, :id, :rum_events, :user_details) SENSITIVE = [] include Aws::Structure end |
#rum_events ⇒ Array<Types::RumEvent>
An array of structures that contain the telemetry event data.
1338 1339 1340 1341 1342 1343 1344 1345 1346 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 1338 class PutRumEventsRequest < Struct.new( :app_monitor_details, :batch_id, :id, :rum_events, :user_details) SENSITIVE = [] include Aws::Structure end |
#user_details ⇒ Types::UserDetails
A structure that contains information about the user session that this batch of events was collected from.
1338 1339 1340 1341 1342 1343 1344 1345 1346 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 1338 class PutRumEventsRequest < Struct.new( :app_monitor_details, :batch_id, :id, :rum_events, :user_details) SENSITIVE = [] include Aws::Structure end |