Class: Aws::BedrockAgent::Types::GetPromptRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::GetPromptRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#prompt_identifier ⇒ String
The unique identifier of the prompt.
-
#prompt_version ⇒ String
The version of the prompt about which you want to retrieve information.
Instance Attribute Details
#prompt_identifier ⇒ String
The unique identifier of the prompt.
4009 4010 4011 4012 4013 4014 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4009 class GetPromptRequest < Struct.new( :prompt_identifier, :prompt_version) SENSITIVE = [] include Aws::Structure end |
#prompt_version ⇒ String
The version of the prompt about which you want to retrieve information.
4009 4010 4011 4012 4013 4014 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4009 class GetPromptRequest < Struct.new( :prompt_identifier, :prompt_version) SENSITIVE = [] include Aws::Structure end |