Class: Aws::BedrockAgentCore::Types::ListBrowserSessionsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::BrowserSessionSummary>

The list of browser sessions that match the specified criteria.

Returns:



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_tokenString

The token to use in a subsequent ListBrowserSessions request to get the next set of results.

Returns:

  • (String)


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