Class: Aws::Types::AllowedInputTypes
- Inherits:
-
Object
- Object
- Aws::Types::AllowedInputTypes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_audio_input ⇒ Boolean
Returns the value of attribute allow_audio_input.
-
#allow_dtmf_input ⇒ Boolean
Returns the value of attribute allow_dtmf_input.
Instance Attribute Details
#allow_audio_input ⇒ Boolean
Returns the value of attribute allow_audio_input.
59 60 61 |
# File 'sig/types.rbs', line 59 def allow_audio_input @allow_audio_input end |
#allow_dtmf_input ⇒ Boolean
Returns the value of attribute allow_dtmf_input.
60 61 62 |
# File 'sig/types.rbs', line 60 def allow_dtmf_input @allow_dtmf_input end |