Class: Aws::BedrockAgentRuntime::Types::ListInvocationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::ListInvocationsResponse
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#invocation_summaries ⇒ Array<Types::InvocationSummary>
A list of invocation summaries associated with the session.
-
#next_token ⇒ String
If the total number of results is greater than the
maxResults
value provided in the request, use this token when making another request in thenextToken
field to return the next batch of results.
Instance Attribute Details
#invocation_summaries ⇒ Array<Types::InvocationSummary>
A list of invocation summaries associated with the session.
5065 5066 5067 5068 5069 5070 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5065 class ListInvocationsResponse < Struct.new( :invocation_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the total number of results is greater than the maxResults
value provided in the request, use this token when making another
request in the nextToken
field to return the next batch of
results.
5065 5066 5067 5068 5069 5070 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5065 class ListInvocationsResponse < Struct.new( :invocation_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |