Class: Aws::BedrockAgentCore::Types::GetCodeInterpreterSessionResponse

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

#certificatesArray<Types::Certificate>

The list of certificates installed in the code interpreter session.

Returns:



1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1886

class GetCodeInterpreterSessionResponse < Struct.new(
  :code_interpreter_identifier,
  :session_id,
  :name,
  :created_at,
  :session_timeout_seconds,
  :status,
  :certificates)
  SENSITIVE = []
  include Aws::Structure
end

#code_interpreter_identifierString

The identifier of the code interpreter.

Returns:

  • (String)


1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1886

class GetCodeInterpreterSessionResponse < Struct.new(
  :code_interpreter_identifier,
  :session_id,
  :name,
  :created_at,
  :session_timeout_seconds,
  :status,
  :certificates)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The time at which the code interpreter session was created.

Returns:

  • (Time)


1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1886

class GetCodeInterpreterSessionResponse < Struct.new(
  :code_interpreter_identifier,
  :session_id,
  :name,
  :created_at,
  :session_timeout_seconds,
  :status,
  :certificates)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the code interpreter session.

Returns:

  • (String)


1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1886

class GetCodeInterpreterSessionResponse < Struct.new(
  :code_interpreter_identifier,
  :session_id,
  :name,
  :created_at,
  :session_timeout_seconds,
  :status,
  :certificates)
  SENSITIVE = []
  include Aws::Structure
end

#session_idString

The identifier of the code interpreter session.

Returns:

  • (String)


1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1886

class GetCodeInterpreterSessionResponse < Struct.new(
  :code_interpreter_identifier,
  :session_id,
  :name,
  :created_at,
  :session_timeout_seconds,
  :status,
  :certificates)
  SENSITIVE = []
  include Aws::Structure
end

#session_timeout_secondsInteger

The timeout period for the code interpreter session in seconds.

Returns:

  • (Integer)


1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1886

class GetCodeInterpreterSessionResponse < Struct.new(
  :code_interpreter_identifier,
  :session_id,
  :name,
  :created_at,
  :session_timeout_seconds,
  :status,
  :certificates)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

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

Returns:

  • (String)


1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1886

class GetCodeInterpreterSessionResponse < Struct.new(
  :code_interpreter_identifier,
  :session_id,
  :name,
  :created_at,
  :session_timeout_seconds,
  :status,
  :certificates)
  SENSITIVE = []
  include Aws::Structure
end