Class: Aws::Types::AudioAndDTMFInputSpecification
- Inherits:
-
Object
- Object
- Aws::Types::AudioAndDTMFInputSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_specification ⇒ Types::AudioSpecification
Returns the value of attribute audio_specification.
-
#dtmf_specification ⇒ Types::DTMFSpecification
Returns the value of attribute dtmf_specification.
-
#start_timeout_ms ⇒ ::Integer
Returns the value of attribute start_timeout_ms.
Instance Attribute Details
#audio_specification ⇒ Types::AudioSpecification
Returns the value of attribute audio_specification.
273 274 275 |
# File 'sig/types.rbs', line 273 def audio_specification @audio_specification end |
#dtmf_specification ⇒ Types::DTMFSpecification
Returns the value of attribute dtmf_specification.
274 275 276 |
# File 'sig/types.rbs', line 274 def dtmf_specification @dtmf_specification end |
#start_timeout_ms ⇒ ::Integer
Returns the value of attribute start_timeout_ms.
272 273 274 |
# File 'sig/types.rbs', line 272 def start_timeout_ms @start_timeout_ms end |