Class: Aws::BedrockAgentRuntime::Types::ListSessionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::ListSessionsResponse
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If the total number of results is greater than the
maxResultsvalue provided in the request, use this token when making another request in thenextTokenfield to return the next batch of results. -
#session_summaries ⇒ Array<Types::SessionSummary>
A list of summaries for each session in your Amazon Web Services account.
Instance Attribute Details
#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.
6105 6106 6107 6108 6109 6110 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 6105 class ListSessionsResponse < Struct.new( :next_token, :session_summaries) SENSITIVE = [] include Aws::Structure end |
#session_summaries ⇒ Array<Types::SessionSummary>
A list of summaries for each session in your Amazon Web Services account.
6105 6106 6107 6108 6109 6110 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 6105 class ListSessionsResponse < Struct.new( :next_token, :session_summaries) SENSITIVE = [] include Aws::Structure end |