Class: Aws::BedrockAgentCoreControl::Types::GetCodeInterpreterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::GetCodeInterpreterRequest
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code_interpreter_id ⇒ String
The unique identifier of the code interpreter to retrieve.
Instance Attribute Details
#code_interpreter_id ⇒ String
The unique identifier of the code interpreter to retrieve.
4735 4736 4737 4738 4739 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4735 class GetCodeInterpreterRequest < Struct.new( :code_interpreter_id) SENSITIVE = [] include Aws::Structure end |