Class: Aws::BedrockAgentRuntime::Types::GetAgentMemoryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::GetAgentMemoryResponse
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#memory_contents ⇒ Array<Types::Memory>
Contains details of the sessions stored in the memory.
-
#next_token ⇒ String
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
nextTokenfield to return the next batch of results.
Instance Attribute Details
#memory_contents ⇒ Array<Types::Memory>
Contains details of the sessions stored in the memory
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_token ⇒ String
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.
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 |