Class: Aws::Types::BatchGetTracesResult

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)


54
55
56
# File 'sig/types.rbs', line 54

def next_token
  @next_token
end

#traces::Array[Types::Trace]

Returns the value of attribute traces.

Returns:



52
53
54
# File 'sig/types.rbs', line 52

def traces
  @traces
end

#unprocessed_trace_ids::Array[::String]

Returns the value of attribute unprocessed_trace_ids.

Returns:

  • (::Array[::String])


53
54
55
# File 'sig/types.rbs', line 53

def unprocessed_trace_ids
  @unprocessed_trace_ids
end