Class: Aws::Types::ListChatsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListChatsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
937 938 939 |
# File 'sig/types.rbs', line 937 def agent_space_id @agent_space_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
939 940 941 |
# File 'sig/types.rbs', line 939 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
940 941 942 |
# File 'sig/types.rbs', line 940 def next_token @next_token end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
938 939 940 |
# File 'sig/types.rbs', line 938 def user_id @user_id end |