Class: Aws::BedrockAgentRuntime::Types::GetAgentMemoryResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#memory_contentsArray<Types::Memory>

Contains details of the sessions stored in the memory

Returns:



3011
3012
3013
3014
3015
3016
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3011

class GetAgentMemoryResponse < Struct.new(
  :memory_contents,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the total number of results is greater than the maxItems value provided in the request, use this token when making another request in the nextToken field to return the next batch of results.

Returns:

  • (String)


3011
3012
3013
3014
3015
3016
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3011

class GetAgentMemoryResponse < Struct.new(
  :memory_contents,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end