Class: Aws::BedrockAgentCore::Types::GetCodeInterpreterSessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::GetCodeInterpreterSessionResponse
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificates ⇒ Array<Types::Certificate>
The list of certificates installed in the code interpreter session.
-
#code_interpreter_identifier ⇒ String
The identifier of the code interpreter.
-
#created_at ⇒ Time
The time at which the code interpreter session was created.
-
#name ⇒ String
The name of the code interpreter session.
-
#session_id ⇒ String
The identifier of the code interpreter session.
-
#session_timeout_seconds ⇒ Integer
The timeout period for the code interpreter session in seconds.
-
#status ⇒ String
The current status of the code interpreter session.
Instance Attribute Details
#certificates ⇒ Array<Types::Certificate>
The list of certificates installed in the code interpreter session.
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_identifier ⇒ String
The identifier of the code interpreter.
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_at ⇒ Time
The time at which the code interpreter session was created.
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 |
#name ⇒ String
The name of the code interpreter session.
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_id ⇒ String
The identifier of the code interpreter session.
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_seconds ⇒ Integer
The timeout period for the code interpreter session in seconds.
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 |
#status ⇒ String
The current status of the code interpreter session. Possible values include ACTIVE, STOPPING, and STOPPED.
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 |