Class: Aws::Types::AgenticRetrieveMemoryRetrieveDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:input_query])

Instance Attribute Summary collapse

Instance Attribute Details

#input_queryTypes::AgenticRetrieveMessageContent

Returns the value of attribute input_query.



244
245
246
# File 'sig/types.rbs', line 244

def input_query
  @input_query
end

#memory_id::String

Returns the value of attribute memory_id.

Returns:

  • (::String)


245
246
247
# File 'sig/types.rbs', line 245

def memory_id
  @memory_id
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


246
247
248
# File 'sig/types.rbs', line 246

def namespace
  @namespace
end

#namespace_path::String

Returns the value of attribute namespace_path.

Returns:

  • (::String)


247
248
249
# File 'sig/types.rbs', line 247

def namespace_path
  @namespace_path
end

#strategy_id::String

Returns the value of attribute strategy_id.

Returns:

  • (::String)


248
249
250
# File 'sig/types.rbs', line 248

def strategy_id
  @strategy_id
end