Class: Aws::BedrockAgentCore::Types::UpdateBrowserStreamResponse

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

#browser_identifierString

The identifier of the browser.

Returns:

  • (String)


10667
10668
10669
10670
10671
10672
10673
10674
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 10667

class UpdateBrowserStreamResponse < Struct.new(
  :browser_identifier,
  :session_id,
  :streams,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#session_idString

The identifier of the browser session.

Returns:

  • (String)


10667
10668
10669
10670
10671
10672
10673
10674
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 10667

class UpdateBrowserStreamResponse < Struct.new(
  :browser_identifier,
  :session_id,
  :streams,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#streamsTypes::BrowserSessionStream

The collection of streams associated with a browser session in Amazon Bedrock AgentCore. These streams provide different ways to interact with and observe the browser session, including programmatic control and visual representation of the browser content.



10667
10668
10669
10670
10671
10672
10673
10674
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 10667

class UpdateBrowserStreamResponse < Struct.new(
  :browser_identifier,
  :session_id,
  :streams,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The time at which the browser stream was updated.

Returns:

  • (Time)


10667
10668
10669
10670
10671
10672
10673
10674
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 10667

class UpdateBrowserStreamResponse < Struct.new(
  :browser_identifier,
  :session_id,
  :streams,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end