Class: Aws::Types::CustomPromptInput
- Inherits:
-
Object
- Object
- Aws::Types::CustomPromptInput
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: ExistingPrompt, NewPrompt, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#existing_prompt ⇒ Types::CustomPromptProfile
Returns the value of attribute existing_prompt.
-
#new_prompt ⇒ Types::CustomPromptInputParameters
Returns the value of attribute new_prompt.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#existing_prompt ⇒ Types::CustomPromptProfile
Returns the value of attribute existing_prompt.
2790 2791 2792 |
# File 'sig/types.rbs', line 2790 def existing_prompt @existing_prompt end |
#new_prompt ⇒ Types::CustomPromptInputParameters
Returns the value of attribute new_prompt.
2791 2792 2793 |
# File 'sig/types.rbs', line 2791 def new_prompt @new_prompt end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2792 2793 2794 |
# File 'sig/types.rbs', line 2792 def unknown @unknown end |