Class: Aws::BedrockAgentCore::Types::StopBrowserSessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::StopBrowserSessionResponse
- 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.
-
#last_updated_at ⇒ Time
The time at which the browser session was last updated.
-
#session_id ⇒ String
The identifier of the browser session.
Instance Attribute Details
#browser_identifier ⇒ String
The identifier of the browser.
4803 4804 4805 4806 4807 4808 4809 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 4803 class StopBrowserSessionResponse < Struct.new( :browser_identifier, :session_id, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The time at which the browser session was last updated.
4803 4804 4805 4806 4807 4808 4809 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 4803 class StopBrowserSessionResponse < Struct.new( :browser_identifier, :session_id, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The identifier of the browser session.
4803 4804 4805 4806 4807 4808 4809 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 4803 class StopBrowserSessionResponse < Struct.new( :browser_identifier, :session_id, :last_updated_at) SENSITIVE = [] include Aws::Structure end |