Class: Aws::BedrockAgent::Types::PromptAgentResource

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

Overview

Contains specifications for an Amazon Bedrock agent with which to use the prompt. For more information, see Create a prompt using Prompt management and Automate tasks in your application using conversational agents.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_identifierString

The ARN of the agent with which to use the prompt.

Returns:

  • (String)


7084
7085
7086
7087
7088
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 7084

class PromptAgentResource < Struct.new(
  :agent_identifier)
  SENSITIVE = []
  include Aws::Structure
end