Class: Aws::Types::ListMessagesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListMessagesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
-
#filter ⇒ "ALL", "TEXT_ONLY"
Returns the value of attribute filter.
-
#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.
1822 1823 1824 |
# File 'sig/types.rbs', line 1822 def assistant_id @assistant_id end |
#filter ⇒ "ALL", "TEXT_ONLY"
Returns the value of attribute filter.
1826 1827 1828 |
# File 'sig/types.rbs', line 1826 def filter @filter end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1825 1826 1827 |
# File 'sig/types.rbs', line 1825 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1824 1825 1826 |
# File 'sig/types.rbs', line 1824 def next_token @next_token end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
1823 1824 1825 |
# File 'sig/types.rbs', line 1823 def session_id @session_id end |