Class: Aws::Bedrock::Types::CreatePromptRouterResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#prompt_router_arnString

The Amazon Resource Name (ARN) that uniquely identifies the prompt router.

Returns:

  • (String)


1275
1276
1277
1278
1279
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1275

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