Class: Aws::Types::DeleteAIPromptVersionRequest

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)


1029
1030
1031
# File 'sig/types.rbs', line 1029

def ai_prompt_id
  @ai_prompt_id
end

#assistant_id::String

Returns the value of attribute assistant_id.

Returns:

  • (::String)


1028
1029
1030
# File 'sig/types.rbs', line 1028

def assistant_id
  @assistant_id
end

#version_number::Integer

Returns the value of attribute version_number.

Returns:

  • (::Integer)


1030
1031
1032
# File 'sig/types.rbs', line 1030

def version_number
  @version_number
end