Class: Aws::Types::OptimizedPrompt

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

Defined Under Namespace

Classes: TextPrompt, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:text_prompt])

Instance Attribute Summary collapse

Instance Attribute Details

#text_promptTypes::TextPrompt

Returns the value of attribute text_prompt.

Returns:



1934
1935
1936
# File 'sig/types.rbs', line 1934

def text_prompt
  @text_prompt
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1935
1936
1937
# File 'sig/types.rbs', line 1935

def unknown
  @unknown
end