Class: Aws::BedrockAgentCore::Types::ListBrowserSessionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::ListBrowserSessionsResponse
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::BrowserSessionSummary>
The list of browser sessions that match the specified criteria.
-
#next_token ⇒ String
The token to use in a subsequent
ListBrowserSessionsrequest to get the next set of results.
Instance Attribute Details
#items ⇒ Array<Types::BrowserSessionSummary>
The list of browser sessions that match the specified criteria.
2890 2891 2892 2893 2894 2895 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2890 class ListBrowserSessionsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use in a subsequent ListBrowserSessions request to
get the next set of results.
2890 2891 2892 2893 2894 2895 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2890 class ListBrowserSessionsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |