Class: Aws::Types::ListRetrievedTracesResult
- Inherits:
-
Object
- Object
- Aws::Types::ListRetrievedTracesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#retrieval_status ⇒ "SCHEDULED", ...
Returns the value of attribute retrieval_status.
-
#trace_format ⇒ "XRAY", "OTEL"
Returns the value of attribute trace_format.
-
#traces ⇒ ::Array[Types::RetrievedTrace]
Returns the value of attribute traces.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
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.
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.
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.
604 605 606 |
# File 'sig/types.rbs', line 604 def traces @traces end |