Class: Aws::Types::SilentAudioConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#state"ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


2108
2109
2110
# File 'sig/types.rbs', line 2108

def state
  @state
end

#threshold_seconds::Integer

Returns the value of attribute threshold_seconds.

Returns:

  • (::Integer)


2109
2110
2111
# File 'sig/types.rbs', line 2109

def threshold_seconds
  @threshold_seconds
end