Class: Aws::BedrockAgentCoreControl::Types::ListCodeInterpretersResponse

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_summariesArray<Types::CodeInterpreterSummary>

The list of code interpreter summaries.

Returns:



10162
10163
10164
10165
10166
10167
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 10162

class ListCodeInterpretersResponse < Struct.new(
  :code_interpreter_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token to retrieve the next page of results.

Returns:

  • (String)


10162
10163
10164
10165
10166
10167
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 10162

class ListCodeInterpretersResponse < Struct.new(
  :code_interpreter_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end