Class: Aws::Types::DeleteAIPromptRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ai_prompt_id::String

Returns the value of attribute ai_prompt_id.

Returns:

  • (::String)


1020
1021
1022
# File 'sig/types.rbs', line 1020

def ai_prompt_id
  @ai_prompt_id
end

#assistant_id::String

Returns the value of attribute assistant_id.

Returns:

  • (::String)


1019
1020
1021
# File 'sig/types.rbs', line 1019

def assistant_id
  @assistant_id
end