Class: Aws::Types::ListSpansResponse

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)


1874
1875
1876
# File 'sig/types.rbs', line 1874

def next_token
  @next_token
end

#spans::Array[Types::Span]

Returns the value of attribute spans.

Returns:



1873
1874
1875
# File 'sig/types.rbs', line 1873

def spans
  @spans
end