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.
1061 1062 1063 1064 1065 |
# File 'lib/aws-sdk-bedrock/types.rb', line 1061 class CreatePromptRouterResponse < Struct.new( :prompt_router_arn) SENSITIVE = [] include Aws::Structure end |