Class: Aws::BedrockAgentCore::Types::GetCodeInterpreterSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::GetCodeInterpreterSessionRequest
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code_interpreter_identifier ⇒ String
The unique identifier of the code interpreter associated with the session.
-
#session_id ⇒ String
The unique identifier of the code interpreter session to retrieve.
Instance Attribute Details
#code_interpreter_identifier ⇒ String
The unique identifier of the code interpreter associated with the session.
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_id ⇒ String
The unique identifier of the code interpreter session to retrieve.
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 |