Class: Aws::BedrockAgentCoreControl::Types::GetCodeInterpreterRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#code_interpreter_idString

The unique identifier of the code interpreter to retrieve.

Returns:

  • (String)


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