Class: Aws::BedrockAgent::Types::DeletePromptRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagent/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#prompt_identifierString

The unique identifier of the prompt.

Returns:

  • (String)


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_versionString

The version of the prompt to delete. To delete the prompt, omit this field.

Returns:

  • (String)


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