Class: Aws::Types::ListRetrievedTracesResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


605
606
607
# File 'sig/types.rbs', line 605

def next_token
  @next_token
end

#retrieval_status"SCHEDULED", ...

Returns the value of attribute retrieval_status.

Returns:

  • ("SCHEDULED", "RUNNING", "COMPLETE", "FAILED", "CANCELLED", "TIMEOUT")


602
603
604
# File 'sig/types.rbs', line 602

def retrieval_status
  @retrieval_status
end

#trace_format"XRAY", "OTEL"

Returns the value of attribute trace_format.

Returns:

  • ("XRAY", "OTEL")


603
604
605
# File 'sig/types.rbs', line 603

def trace_format
  @trace_format
end

#traces::Array[Types::RetrievedTrace]

Returns the value of attribute traces.

Returns:



604
605
606
# File 'sig/types.rbs', line 604

def traces
  @traces
end