Class: Aws::Types::AudioSilenceFailoverSettings
- Inherits:
-
Object
- Object
- Aws::Types::AudioSilenceFailoverSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_selector_name ⇒ ::String
Returns the value of attribute audio_selector_name.
-
#audio_silence_threshold_msec ⇒ ::Integer
Returns the value of attribute audio_silence_threshold_msec.
Instance Attribute Details
#audio_selector_name ⇒ ::String
Returns the value of attribute audio_selector_name.
184 185 186 |
# File 'sig/types.rbs', line 184 def audio_selector_name @audio_selector_name end |
#audio_silence_threshold_msec ⇒ ::Integer
Returns the value of attribute audio_silence_threshold_msec.
185 186 187 |
# File 'sig/types.rbs', line 185 def audio_silence_threshold_msec @audio_silence_threshold_msec end |