Class: Aws::Types::PutRumEventsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias::String

Returns the value of attribute alias.

Returns:

  • (::String)


346
347
348
# File 'sig/types.rbs', line 346

def alias
  @alias
end

#app_monitor_detailsTypes::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.

Returns:

  • (::String)


342
343
344
# File 'sig/types.rbs', line 342

def batch_id
  @batch_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


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.

Returns:



345
346
347
# File 'sig/types.rbs', line 345

def rum_events
  @rum_events
end

#user_detailsTypes::UserDetails

Returns the value of attribute user_details.

Returns:



344
345
346
# File 'sig/types.rbs', line 344

def user_details
  @user_details
end