Class: Aws::BedrockAgentCore::Types::StopBrowserSessionRequest

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.

Returns:

  • (String)


4791
4792
4793
4794
4795
4796
4797
4798
4799
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 4791

class StopBrowserSessionRequest < Struct.new(
  :trace_id,
  :trace_parent,
  :browser_identifier,
  :session_id,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

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.

Returns:

  • (String)


4791
4792
4793
4794
4795
4796
4797
4798
4799
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 4791

class StopBrowserSessionRequest < Struct.new(
  :trace_id,
  :trace_parent,
  :browser_identifier,
  :session_id,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#session_idString

The unique identifier of the browser session to stop.

Returns:

  • (String)


4791
4792
4793
4794
4795
4796
4797
4798
4799
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 4791

class StopBrowserSessionRequest < Struct.new(
  :trace_id,
  :trace_parent,
  :browser_identifier,
  :session_id,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#trace_idString

The trace identifier for request tracking.

Returns:

  • (String)


4791
4792
4793
4794
4795
4796
4797
4798
4799
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 4791

class StopBrowserSessionRequest < Struct.new(
  :trace_id,
  :trace_parent,
  :browser_identifier,
  :session_id,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#trace_parentString

The parent trace information for distributed tracing.

Returns:

  • (String)


4791
4792
4793
4794
4795
4796
4797
4798
4799
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 4791

class StopBrowserSessionRequest < Struct.new(
  :trace_id,
  :trace_parent,
  :browser_identifier,
  :session_id,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end