Class: Aws::BedrockAgentCore::Types::StopBrowserSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::StopBrowserSessionRequest
- 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 unique identifier of the browser associated with the session.
-
#client_token ⇒ String
A unique, case-sensitive identifier to ensure that the API request completes no more than one time.
-
#session_id ⇒ String
The unique identifier of the browser session to stop.
-
#trace_id ⇒ String
The trace identifier for request tracking.
-
#trace_parent ⇒ String
The parent trace information for distributed tracing.
Instance Attribute Details
#browser_identifier ⇒ String
The unique identifier of the browser associated with the session.
4791 4792 4793 4794 4795 4796 4797 4798 4799 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 4791 class StopBrowserSessionRequest < Struct.new( :trace_id, :trace_parent, :browser_identifier, :session_id, :client_token) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock AgentCore ignores the request, but does not return an error.
A suitable default value is auto-generated. You should normally not need to pass this option.
4791 4792 4793 4794 4795 4796 4797 4798 4799 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 4791 class StopBrowserSessionRequest < Struct.new( :trace_id, :trace_parent, :browser_identifier, :session_id, :client_token) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The unique identifier of the browser session to stop.
4791 4792 4793 4794 4795 4796 4797 4798 4799 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 4791 class StopBrowserSessionRequest < Struct.new( :trace_id, :trace_parent, :browser_identifier, :session_id, :client_token) SENSITIVE = [] include Aws::Structure end |
#trace_id ⇒ String
The trace identifier for request tracking.
4791 4792 4793 4794 4795 4796 4797 4798 4799 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 4791 class StopBrowserSessionRequest < Struct.new( :trace_id, :trace_parent, :browser_identifier, :session_id, :client_token) SENSITIVE = [] include Aws::Structure end |
#trace_parent ⇒ String
The parent trace information for distributed tracing.
4791 4792 4793 4794 4795 4796 4797 4798 4799 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 4791 class StopBrowserSessionRequest < Struct.new( :trace_id, :trace_parent, :browser_identifier, :session_id, :client_token) SENSITIVE = [] include Aws::Structure end |