Skip to content

/AWS1/CL_XRASEGMENT

A segment from a trace that has been ingested by the X-Ray service. The segment can be compiled from documents uploaded with PutTraceSegments, or an inferred segment for a downstream service, generated from a subsegment sent by the service that called it.

For the full segment document schema, see Amazon Web Services X-Ray segment documents in the Amazon Web Services X-Ray Developer Guide.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_id TYPE /AWS1/XRASEGMENTID /AWS1/XRASEGMENTID

The segment's ID.

iv_document TYPE /AWS1/XRASEGMENTDOCUMENT /AWS1/XRASEGMENTDOCUMENT

The segment document.


Queryable Attributes

Id

The segment's ID.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

Document

The segment document.

Accessible with the following methods

Method Description
GET_DOCUMENT() Getter for DOCUMENT, with configurable default
ASK_DOCUMENT() Getter for DOCUMENT w/ exceptions if field has no value
HAS_DOCUMENT() Determine if DOCUMENT has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_SEGMENTLIST

TYPES TT_SEGMENTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_XRASEGMENT WITH DEFAULT KEY
.