Class: Aws::Types::AgenticRetrieveMemorySessionBinding
- Inherits:
-
Object
- Object
- Aws::Types::AgenticRetrieveMemorySessionBinding
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actor_id ⇒ ::String
Returns the value of attribute actor_id.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
Instance Attribute Details
#actor_id ⇒ ::String
Returns the value of attribute actor_id.
253 254 255 |
# File 'sig/types.rbs', line 253 def actor_id @actor_id end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
254 255 256 |
# File 'sig/types.rbs', line 254 def session_id @session_id end |