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.
2016 2017 2018 |
# File 'sig/types.rbs', line 2016 def text_prompt @text_prompt end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2017 2018 2019 |
# File 'sig/types.rbs', line 2017 def unknown @unknown end |