Class: Aws::BedrockAgentCore::Types::UpdateBrowserStreamResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::UpdateBrowserStreamResponse
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#browser_identifier ⇒ String
The identifier of the browser.
-
#session_id ⇒ String
The identifier of the browser session.
-
#streams ⇒ Types::BrowserSessionStream
The collection of streams associated with a browser session in Amazon Bedrock AgentCore.
-
#updated_at ⇒ Time
The time at which the browser stream was updated.
Instance Attribute Details
#browser_identifier ⇒ String
The identifier of the browser.
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_id ⇒ String
The identifier of the browser session.
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 |
#streams ⇒ Types::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_at ⇒ Time
The time at which the browser stream was updated.
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 |