Class: Aws::Types::SilentAudio

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:



2102
2103
2104
# File 'sig/types.rbs', line 2102

def state
  @state
end

#threshold_seconds::Integer

Returns the value of attribute threshold_seconds.

Returns:



2103
2104
2105
# File 'sig/types.rbs', line 2103

def threshold_seconds
  @threshold_seconds
end