Class: Aws::BedrockAgentCore::Types::SaveBrowserSessionProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::SaveBrowserSessionProfileResponse
- 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 the profile was saved.
-
#last_updated_at ⇒ Time
The timestamp when the browser profile was last updated.
-
#profile_identifier ⇒ String
The unique identifier of the saved browser profile.
-
#session_id ⇒ String
The unique identifier of the browser session from which the profile was saved.
Instance Attribute Details
#browser_identifier ⇒ String
The unique identifier of the browser associated with the session from which the profile was saved.
4211 4212 4213 4214 4215 4216 4217 4218 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 4211 class SaveBrowserSessionProfileResponse < Struct.new( :profile_identifier, :browser_identifier, :session_id, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The timestamp when the browser profile was last updated. This value is in ISO 8601 format.
4211 4212 4213 4214 4215 4216 4217 4218 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 4211 class SaveBrowserSessionProfileResponse < Struct.new( :profile_identifier, :browser_identifier, :session_id, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#profile_identifier ⇒ String
The unique identifier of the saved browser profile.
4211 4212 4213 4214 4215 4216 4217 4218 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 4211 class SaveBrowserSessionProfileResponse < Struct.new( :profile_identifier, :browser_identifier, :session_id, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The unique identifier of the browser session from which the profile was saved.
4211 4212 4213 4214 4215 4216 4217 4218 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 4211 class SaveBrowserSessionProfileResponse < Struct.new( :profile_identifier, :browser_identifier, :session_id, :last_updated_at) SENSITIVE = [] include Aws::Structure end |