Class: Aws::Types::DeleteAgentMemoryRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_alias_id::String

Returns the value of attribute agent_alias_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


573
574
575
# File 'sig/types.rbs', line 573

def session_id
  @session_id
end