Class: Aws::Types::GetTraceSummariesResult
- Inherits:
-
Object
- Object
- Aws::Types::GetTraceSummariesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approximate_time ⇒ ::Time
Returns the value of attribute approximate_time.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#trace_summaries ⇒ ::Array[Types::TraceSummary]
Returns the value of attribute trace_summaries.
-
#traces_processed_count ⇒ ::Integer
Returns the value of attribute traces_processed_count.
Instance Attribute Details
#approximate_time ⇒ ::Time
Returns the value of attribute approximate_time.
432 433 434 |
# File 'sig/types.rbs', line 432 def approximate_time @approximate_time end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
434 435 436 |
# File 'sig/types.rbs', line 434 def next_token @next_token end |
#trace_summaries ⇒ ::Array[Types::TraceSummary]
Returns the value of attribute trace_summaries.
431 432 433 |
# File 'sig/types.rbs', line 431 def trace_summaries @trace_summaries end |
#traces_processed_count ⇒ ::Integer
Returns the value of attribute traces_processed_count.
433 434 435 |
# File 'sig/types.rbs', line 433 def traces_processed_count @traces_processed_count end |