Class: Aws::Types::ListSpansRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListSpansRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
Instance Attribute Details
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
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.
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.
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.
1866 1867 1868 |
# File 'sig/types.rbs', line 1866 def session_id @session_id end |