Class: Aws::BedrockAgentCore::Types::ListSessionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::ListSessionsOutput
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use in a subsequent request to get the next set of results.
-
#session_summaries ⇒ Array<Types::SessionSummary>
The list of session summaries that match the specified criteria.
Instance Attribute Details
#next_token ⇒ String
The token to use in a subsequent request to get the next set of results. This value is null when there are no more results to return.
3172 3173 3174 3175 3176 3177 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 3172 class ListSessionsOutput < Struct.new( :session_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#session_summaries ⇒ Array<Types::SessionSummary>
The list of session summaries that match the specified criteria.
3172 3173 3174 3175 3176 3177 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 3172 class ListSessionsOutput < Struct.new( :session_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |