Class: Aws::Types::FollowUpPrompt
- Inherits:
-
Object
- Object
- Aws::Types::FollowUpPrompt
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#prompt ⇒ Types::Prompt
Returns the value of attribute prompt.
-
#rejection_statement ⇒ Types::Statement
Returns the value of attribute rejection_statement.
Instance Attribute Details
#prompt ⇒ Types::Prompt
Returns the value of attribute prompt.
230 231 232 |
# File 'sig/types.rbs', line 230 def prompt @prompt end |
#rejection_statement ⇒ Types::Statement
Returns the value of attribute rejection_statement.
231 232 233 |
# File 'sig/types.rbs', line 231 def rejection_statement @rejection_statement end |