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.
2754 2755 2756 2757 2758 2759 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2754 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.
2754 2755 2756 2757 2758 2759 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2754 class DeletePromptRequest < Struct.new( :prompt_identifier, :prompt_version) SENSITIVE = [] include Aws::Structure end |