Class: Aws::BedrockAgentCore::Types::SaveBrowserSessionProfileResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#browser_identifierString

The unique identifier of the browser associated with the session from which the profile was saved.

Returns:

  • (String)


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_atTime

The timestamp when the browser profile was last updated. This value is in ISO 8601 format.

Returns:

  • (Time)


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_identifierString

The unique identifier of the saved browser profile.

Returns:

  • (String)


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_idString

The unique identifier of the browser session from which the profile was saved.

Returns:

  • (String)


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