Class: Aws::Types::GetTraceSummariesResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#approximate_time::Time

Returns the value of attribute approximate_time.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::Integer)


433
434
435
# File 'sig/types.rbs', line 433

def traces_processed_count
  @traces_processed_count
end