Class: Aws::BedrockAgent::Types::ListPromptsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::ListPromptsResponse
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If the total number of results is greater than the
maxResults
value provided in the request, use this token when making another request in thenextToken
field to return the next batch of results. -
#prompt_summaries ⇒ Array<Types::PromptSummary>
A list, each member of which contains information about a prompt using Prompt management.
Instance Attribute Details
#next_token ⇒ String
If the total number of results is greater than the maxResults
value provided in the request, use this token when making another
request in the nextToken
field to return the next batch of
results.
7071 7072 7073 7074 7075 7076 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 7071 class ListPromptsResponse < Struct.new( :next_token, :prompt_summaries) SENSITIVE = [] include Aws::Structure end |
#prompt_summaries ⇒ Array<Types::PromptSummary>
A list, each member of which contains information about a prompt using Prompt management.
7071 7072 7073 7074 7075 7076 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 7071 class ListPromptsResponse < Struct.new( :next_token, :prompt_summaries) SENSITIVE = [] include Aws::Structure end |