Class: Aws::Types::GetNextMessageRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetNextMessageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
-
#next_message_token ⇒ ::String
Returns the value of attribute next_message_token.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
Instance Attribute Details
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
1402 1403 1404 |
# File 'sig/types.rbs', line 1402 def assistant_id @assistant_id end |
#next_message_token ⇒ ::String
Returns the value of attribute next_message_token.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def @next_message_token end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
1403 1404 1405 |
# File 'sig/types.rbs', line 1403 def session_id @session_id end |