Class: Aws::BedrockAgentRuntime::Types::GenerateQueryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::GenerateQueryResponse
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:queries]
Instance Attribute Summary collapse
-
#queries ⇒ Array<Types::GeneratedQuery>
A list of objects, each of which defines a generated query that can correspond to the natural language queries.
Instance Attribute Details
#queries ⇒ Array<Types::GeneratedQuery>
A list of objects, each of which defines a generated query that can correspond to the natural language queries.
2815 2816 2817 2818 2819 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2815 class GenerateQueryResponse < Struct.new( :queries) SENSITIVE = [:queries] include Aws::Structure end |