Class: Aws::BedrockAgentCoreControl::Types::ListCodeInterpretersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::ListCodeInterpretersResponse
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code_interpreter_summaries ⇒ Array<Types::CodeInterpreterSummary>
The list of code interpreter summaries.
-
#next_token ⇒ String
A token to retrieve the next page of results.
Instance Attribute Details
#code_interpreter_summaries ⇒ Array<Types::CodeInterpreterSummary>
The list of code interpreter summaries.
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_token ⇒ String
A token to retrieve the next page of results.
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 |