Class: Aws::XRay::Types::Span
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::Span
- 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
-
#document ⇒ String
The span document.
-
#id ⇒ String
The span ID.
Instance Attribute Details
#document ⇒ String
The span document.
3315 3316 3317 3318 3319 3320 |
# File 'lib/aws-sdk-xray/types.rb', line 3315 class Span < Struct.new( :id, :document) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The span ID.
3315 3316 3317 3318 3319 3320 |
# File 'lib/aws-sdk-xray/types.rb', line 3315 class Span < Struct.new( :id, :document) SENSITIVE = [] include Aws::Structure end |