Class: Aws::Types::ListSpansRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#assistant_id::String

Returns the value of attribute assistant_id.

Returns:



1865
1866
1867
# File 'sig/types.rbs', line 1865

def assistant_id
  @assistant_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:



1868
1869
1870
# File 'sig/types.rbs', line 1868

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:



1867
1868
1869
# File 'sig/types.rbs', line 1867

def next_token
  @next_token
end

#session_id::String

Returns the value of attribute session_id.

Returns:



1866
1867
1868
# File 'sig/types.rbs', line 1866

def session_id
  @session_id
end