Class: Aws::Types::AIPromptTemplateConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AIPromptTemplateConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: TextFullAiPromptEditTemplateConfiguration, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#text_full_ai_prompt_edit_template_configuration ⇒ Types::TextFullAIPromptEditTemplateConfiguration
Returns the value of attribute text_full_ai_prompt_edit_template_configuration.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#text_full_ai_prompt_edit_template_configuration ⇒ Types::TextFullAIPromptEditTemplateConfiguration
Returns the value of attribute text_full_ai_prompt_edit_template_configuration.
213 214 215 |
# File 'sig/types.rbs', line 213 def text_full_ai_prompt_edit_template_configuration @text_full_ai_prompt_edit_template_configuration end |
#unknown ⇒ Object
Returns the value of attribute unknown.
214 215 216 |
# File 'sig/types.rbs', line 214 def unknown @unknown end |