Class: Aws::BedrockAgentCore::Types::SaveBrowserSessionProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::SaveBrowserSessionProfileRequest
- 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 from which to save the profile.
-
#client_token ⇒ String
A unique, case-sensitive identifier to ensure that the API request completes no more than one time.
-
#profile_identifier ⇒ String
The unique identifier for the browser profile.
-
#session_id ⇒ String
The unique identifier of the browser session from which to save the profile.
-
#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 from which to save the profile.
3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 3093 class SaveBrowserSessionProfileRequest < Struct.new( :trace_id, :trace_parent, :profile_identifier, :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.
3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 3093 class SaveBrowserSessionProfileRequest < Struct.new( :trace_id, :trace_parent, :profile_identifier, :browser_identifier, :session_id, :client_token) SENSITIVE = [] include Aws::Structure end |
#profile_identifier ⇒ String
The unique identifier for the browser profile. This identifier is used to reference the profile when starting new browser sessions. The identifier must follow the pattern of an alphanumeric name (up to 48 characters) followed by a hyphen and a 10-character alphanumeric suffix.
3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 3093 class SaveBrowserSessionProfileRequest < Struct.new( :trace_id, :trace_parent, :profile_identifier, :browser_identifier, :session_id, :client_token) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The unique identifier of the browser session from which to save the profile. The session must be active when saving the profile.
3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 3093 class SaveBrowserSessionProfileRequest < Struct.new( :trace_id, :trace_parent, :profile_identifier, :browser_identifier, :session_id, :client_token) SENSITIVE = [] include Aws::Structure end |
#trace_id ⇒ String
The trace identifier for request tracking.
3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 3093 class SaveBrowserSessionProfileRequest < Struct.new( :trace_id, :trace_parent, :profile_identifier, :browser_identifier, :session_id, :client_token) SENSITIVE = [] include Aws::Structure end |
#trace_parent ⇒ String
The parent trace information for distributed tracing.
3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 3093 class SaveBrowserSessionProfileRequest < Struct.new( :trace_id, :trace_parent, :profile_identifier, :browser_identifier, :session_id, :client_token) SENSITIVE = [] include Aws::Structure end |