Class: Aws::BedrockAgentCore::Types::StopCodeInterpreterSessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::StopCodeInterpreterSessionResponse
- 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 identifier of the code interpreter.
-
#last_updated_at ⇒ Time
The timestamp when the code interpreter session was last updated.
-
#session_id ⇒ String
The identifier of the code interpreter session.
Instance Attribute Details
#code_interpreter_identifier ⇒ String
The identifier of the code interpreter.
4864 4865 4866 4867 4868 4869 4870 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 4864 class StopCodeInterpreterSessionResponse < Struct.new( :code_interpreter_identifier, :session_id, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The timestamp when the code interpreter session was last updated.
4864 4865 4866 4867 4868 4869 4870 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 4864 class StopCodeInterpreterSessionResponse < Struct.new( :code_interpreter_identifier, :session_id, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The identifier of the code interpreter session.
4864 4865 4866 4867 4868 4869 4870 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 4864 class StopCodeInterpreterSessionResponse < Struct.new( :code_interpreter_identifier, :session_id, :last_updated_at) SENSITIVE = [] include Aws::Structure end |