Class: Aws::Types::AudioFillerSettings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audio_type ⇒ "MELODY_CHIPPER_CHIME", ...

Returns the value of attribute audio_type.

Returns:

  • ("MELODY_CHIPPER_CHIME", "MELODY_CURIOUS_CRAWL", "MELODY_RISING_RIPPLE", "MELODY_PATIENT_PING", "MELODY_PONDERING_PONG", "TYPING_KINETIC_KEYS", "TYPING_QUIET_QWERTY")


280
281
282
# File 'sig/types.rbs', line 280

def audio_type
  @audio_type
end

#enabled ⇒ Boolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


281
282
283
# File 'sig/types.rbs', line 281

def start_delay_in_milliseconds
  @start_delay_in_milliseconds
end