Class: Aws::Types::AudioFillerSettings
- Inherits:
-
Object
- Object
- Aws::Types::AudioFillerSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_type ⇒ "MELODY_CHIPPER_CHIME", ...
Returns the value of attribute audio_type.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#minimum_play_duration_in_milliseconds ⇒ ::Integer
Returns the value of attribute minimum_play_duration_in_milliseconds.
-
#response_delivery_delay_in_milliseconds ⇒ ::Integer
Returns the value of attribute response_delivery_delay_in_milliseconds.
-
#start_delay_in_milliseconds ⇒ ::Integer
Returns the value of attribute start_delay_in_milliseconds.
Instance Attribute Details
#audio_type ⇒ "MELODY_CHIPPER_CHIME", ...
Returns the value of attribute audio_type.
280 281 282 |
# File 'sig/types.rbs', line 280 def audio_type @audio_type end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
279 280 281 |
# File 'sig/types.rbs', line 279 def enabled @enabled end |
#minimum_play_duration_in_milliseconds ⇒ ::Integer
Returns the value of attribute minimum_play_duration_in_milliseconds.
282 283 284 |
# File 'sig/types.rbs', line 282 def minimum_play_duration_in_milliseconds @minimum_play_duration_in_milliseconds end |
#response_delivery_delay_in_milliseconds ⇒ ::Integer
Returns the value of attribute response_delivery_delay_in_milliseconds.
283 284 285 |
# File 'sig/types.rbs', line 283 def response_delivery_delay_in_milliseconds @response_delivery_delay_in_milliseconds end |
#start_delay_in_milliseconds ⇒ ::Integer
Returns the value of attribute start_delay_in_milliseconds.
281 282 283 |
# File 'sig/types.rbs', line 281 def start_delay_in_milliseconds @start_delay_in_milliseconds end |