Class: Aws::BedrockAgentCore::Types::GetCodeInterpreterSessionRequest

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

#code_interpreter_identifierString

The unique identifier of the code interpreter associated with the session.

Returns:

  • (String)


1848
1849
1850
1851
1852
1853
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1848

class GetCodeInterpreterSessionRequest < Struct.new(
  :code_interpreter_identifier,
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end

#session_idString

The unique identifier of the code interpreter session to retrieve.

Returns:

  • (String)


1848
1849
1850
1851
1852
1853
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1848

class GetCodeInterpreterSessionRequest < Struct.new(
  :code_interpreter_identifier,
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end