Class: Aws::BedrockAgentCore::Types::BrowserSessionSummary

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

Overview

A condensed representation of a browser session in Amazon Bedrock. This structure contains key information about a browser session, including identifiers, status, and timestamps, without the full details of the session configuration and streams.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#browser_identifierString

The unique identifier of the browser associated with the session. This identifier specifies which browser environment is used for the session.

Returns:

  • (String)


188
189
190
191
192
193
194
195
196
197
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 188

class BrowserSessionSummary < Struct.new(
  :browser_identifier,
  :session_id,
  :name,
  :status,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The timestamp when the browser session was created. This value is in ISO 8601 format.

Returns:

  • (Time)


188
189
190
191
192
193
194
195
196
197
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 188

class BrowserSessionSummary < Struct.new(
  :browser_identifier,
  :session_id,
  :name,
  :status,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

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

Returns:

  • (Time)


188
189
190
191
192
193
194
195
196
197
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 188

class BrowserSessionSummary < Struct.new(
  :browser_identifier,
  :session_id,
  :name,
  :status,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the browser session. This name helps identify and manage the session.

Returns:

  • (String)


188
189
190
191
192
193
194
195
196
197
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 188

class BrowserSessionSummary < Struct.new(
  :browser_identifier,
  :session_id,
  :name,
  :status,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#session_idString

The unique identifier of the browser session. This identifier is used in operations that interact with the session.

Returns:

  • (String)


188
189
190
191
192
193
194
195
196
197
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 188

class BrowserSessionSummary < Struct.new(
  :browser_identifier,
  :session_id,
  :name,
  :status,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the browser session. Possible values include ACTIVE, STOPPING, and STOPPED.

Returns:

  • (String)


188
189
190
191
192
193
194
195
196
197
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 188

class BrowserSessionSummary < Struct.new(
  :browser_identifier,
  :session_id,
  :name,
  :status,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end