Class: Aws::Types::InputPrompt
- Inherits:
-
Object
- Object
- Aws::Types::InputPrompt
- 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.
1480 1481 1482 |
# File 'sig/types.rbs', line 1480 def text_prompt @text_prompt end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1481 1482 1483 |
# File 'sig/types.rbs', line 1481 def unknown @unknown end |