Class: Aws::Types::BatchGetTracesRequest

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:



47
48
49
# File 'sig/types.rbs', line 47

def next_token
  @next_token
end

#trace_ids::Array[::String]

Returns the value of attribute trace_ids.

Returns:



46
47
48
# File 'sig/types.rbs', line 46

def trace_ids
  @trace_ids
end