Class: Aws::BedrockAgent::Types::ListPromptsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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.

Returns:

  • (String)


5289
5290
5291
5292
5293
5294
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 5289

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

#prompt_summariesArray<Types::PromptSummary>

A list, each member of which contains information about a prompt using Prompt management.

Returns:



5289
5290
5291
5292
5293
5294
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 5289

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