Class: Aws::XRay::Types::Span

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-xray/types.rb

Overview

A span from a trace that has been ingested by the X-Ray service. A span represents a unit of work or an operation performed by a service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#documentString

The span document.

Returns:

  • (String)


3185
3186
3187
3188
3189
3190
# File 'lib/aws-sdk-xray/types.rb', line 3185

class Span < Struct.new(
  :id,
  :document)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The span ID.

Returns:

  • (String)


3185
3186
3187
3188
3189
3190
# File 'lib/aws-sdk-xray/types.rb', line 3185

class Span < Struct.new(
  :id,
  :document)
  SENSITIVE = []
  include Aws::Structure
end