Class: Aws::Types::PutRumEventsRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutRumEventsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#app_monitor_details ⇒ Types::AppMonitorDetails
Returns the value of attribute app_monitor_details.
-
#batch_id ⇒ ::String
Returns the value of attribute batch_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#rum_events ⇒ ::Array[Types::RumEvent]
Returns the value of attribute rum_events.
-
#user_details ⇒ Types::UserDetails
Returns the value of attribute user_details.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
346 347 348 |
# File 'sig/types.rbs', line 346 def alias @alias end |
#app_monitor_details ⇒ Types::AppMonitorDetails
Returns the value of attribute app_monitor_details.
343 344 345 |
# File 'sig/types.rbs', line 343 def app_monitor_details @app_monitor_details end |
#batch_id ⇒ ::String
Returns the value of attribute batch_id.
342 343 344 |
# File 'sig/types.rbs', line 342 def batch_id @batch_id end |
#id ⇒ ::String
Returns the value of attribute id.
341 342 343 |
# File 'sig/types.rbs', line 341 def id @id end |
#rum_events ⇒ ::Array[Types::RumEvent]
Returns the value of attribute rum_events.
345 346 347 |
# File 'sig/types.rbs', line 345 def rum_events @rum_events end |
#user_details ⇒ Types::UserDetails
Returns the value of attribute user_details.
344 345 346 |
# File 'sig/types.rbs', line 344 def user_details @user_details end |