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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


655
656
657
# File 'sig/types.rbs', line 655

def session_id
  @session_id
end