Class: Aws::Types::RepromptResponse
- Inherits:
-
Object
- Object
- Aws::Types::RepromptResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source ⇒ "ACTION_GROUP", ...
Returns the value of attribute source.
-
#text ⇒ ::String
Returns the value of attribute text.
Instance Attribute Details
#source ⇒ "ACTION_GROUP", ...
Returns the value of attribute source.
2182 2183 2184 |
# File 'sig/types.rbs', line 2182 def source @source end |
#text ⇒ ::String
Returns the value of attribute text.
2183 2184 2185 |
# File 'sig/types.rbs', line 2183 def text @text end |