Class: Aws::BedrockAgentCore::Types::StopBrowserSessionResponse

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 identifier of the browser.

Returns:

  • (String)


4803
4804
4805
4806
4807
4808
4809
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 4803

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

#last_updated_atTime

The time at which the browser session was last updated.

Returns:

  • (Time)


4803
4804
4805
4806
4807
4808
4809
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 4803

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

#session_idString

The identifier of the browser session.

Returns:

  • (String)


4803
4804
4805
4806
4807
4808
4809
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 4803

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