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.
2921 2922 2923 |
# File 'sig/types.rbs', line 2921 def existing_prompt @existing_prompt end |
#new_prompt ⇒ Types::CustomPromptInputParameters
Returns the value of attribute new_prompt.
2922 2923 2924 |
# File 'sig/types.rbs', line 2922 def new_prompt @new_prompt end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2923 2924 2925 |
# File 'sig/types.rbs', line 2923 def unknown @unknown end |