Class: Aws::Types::OptimizedPrompt
- Inherits:
-
Object
- Object
- Aws::Types::OptimizedPrompt
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: TextPrompt, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#text_prompt ⇒ Types::TextPrompt
Returns the value of attribute text_prompt.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#text_prompt ⇒ Types::TextPrompt
Returns the value of attribute text_prompt.
1934 1935 1936 |
# File 'sig/types.rbs', line 1934 def text_prompt @text_prompt end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1935 1936 1937 |
# File 'sig/types.rbs', line 1935 def unknown @unknown end |