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.
652 653 654 |
# File 'sig/types.rbs', line 652 def agent_alias_id @agent_alias_id end |
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
653 654 655 |
# File 'sig/types.rbs', line 653 def agent_id @agent_id end |
#memory_id ⇒ ::String
Returns the value of attribute memory_id.
654 655 656 |
# File 'sig/types.rbs', line 654 def memory_id @memory_id end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
655 656 657 |
# File 'sig/types.rbs', line 655 def session_id @session_id end |