Class: Aws::Bedrock::Types::CreatePromptRouterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::CreatePromptRouterResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#prompt_router_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies the prompt router.
Instance Attribute Details
#prompt_router_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies the prompt router.
4300 4301 4302 4303 4304 |
# File 'lib/aws-sdk-bedrock/types.rb', line 4300 class CreatePromptRouterResponse < Struct.new( :prompt_router_arn) SENSITIVE = [] include Aws::Structure end |