Class: Aws::CloudWatchRUM::Types::RumEvent

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

Overview

A structure that contains the information for one performance event that RUM collects from a user session with your application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detailsString

A string containing details about the event.

Returns:

  • (String)


1495
1496
1497
1498
1499
1500
1501
1502
1503
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 1495

class RumEvent < Struct.new(
  :details,
  :id,
  :metadata,
  :timestamp,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#idString

A unique ID for this event.

Returns:

  • (String)


1495
1496
1497
1498
1499
1500
1501
1502
1503
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 1495

class RumEvent < Struct.new(
  :details,
  :id,
  :metadata,
  :timestamp,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#metadataString

Metadata about this event, which contains a JSON serialization of the identity of the user for this session. The user information comes from information such as the HTTP user-agent request header and document interface.

Returns:

  • (String)


1495
1496
1497
1498
1499
1500
1501
1502
1503
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 1495

class RumEvent < Struct.new(
  :details,
  :id,
  :metadata,
  :timestamp,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#timestampTime

The exact time that this event occurred.

Returns:

  • (Time)


1495
1496
1497
1498
1499
1500
1501
1502
1503
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 1495

class RumEvent < Struct.new(
  :details,
  :id,
  :metadata,
  :timestamp,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The JSON schema that denotes the type of event this is, such as a page load or a new session.

Returns:

  • (String)


1495
1496
1497
1498
1499
1500
1501
1502
1503
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 1495

class RumEvent < Struct.new(
  :details,
  :id,
  :metadata,
  :timestamp,
  :type)
  SENSITIVE = []
  include Aws::Structure
end