Class: Aws::BedrockAgent::Types::DeletePromptRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::DeletePromptRequest
- 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 to delete.
Instance Attribute Details
#prompt_identifier ⇒ String
The unique identifier of the prompt.
2746 2747 2748 2749 2750 2751 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2746 class DeletePromptRequest < Struct.new( :prompt_identifier, :prompt_version) SENSITIVE = [] include Aws::Structure end |
#prompt_version ⇒ String
The version of the prompt to delete. To delete the prompt, omit this field.
2746 2747 2748 2749 2750 2751 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2746 class DeletePromptRequest < Struct.new( :prompt_identifier, :prompt_version) SENSITIVE = [] include Aws::Structure end |