Class: Aws::Types::DeleteAgentMemoryRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAgentMemoryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_alias_id ⇒ ::String
Returns the value of attribute agent_alias_id.
-
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
-
#memory_id ⇒ ::String
Returns the value of attribute memory_id.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
Instance Attribute Details
#agent_alias_id ⇒ ::String
Returns the value of attribute agent_alias_id.
570 571 572 |
# File 'sig/types.rbs', line 570 def agent_alias_id @agent_alias_id end |
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
571 572 573 |
# File 'sig/types.rbs', line 571 def agent_id @agent_id end |
#memory_id ⇒ ::String
Returns the value of attribute memory_id.
572 573 574 |
# File 'sig/types.rbs', line 572 def memory_id @memory_id end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
573 574 575 |
# File 'sig/types.rbs', line 573 def session_id @session_id end |