Class: Aws::BedrockAgentRuntime::Types::ListInvocationStepsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::ListInvocationStepsResponse
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#invocation_step_summaries ⇒ Array<Types::InvocationStepSummary>
A list of summaries for each invocation step associated with a session and if you specified it, an invocation within 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_step_summaries ⇒ Array<Types::InvocationStepSummary>
A list of summaries for each invocation step associated with a session and if you specified it, an invocation within the session.
5015 5016 5017 5018 5019 5020 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5015 class ListInvocationStepsResponse < Struct.new( :invocation_step_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.
5015 5016 5017 5018 5019 5020 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5015 class ListInvocationStepsResponse < Struct.new( :invocation_step_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |