Class: Aws::Types::SilentAudioConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SilentAudioConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
-
#threshold_seconds ⇒ ::Integer
Returns the value of attribute threshold_seconds.
Instance Attribute Details
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
2108 2109 2110 |
# File 'sig/types.rbs', line 2108 def state @state end |
#threshold_seconds ⇒ ::Integer
Returns the value of attribute threshold_seconds.
2109 2110 2111 |
# File 'sig/types.rbs', line 2109 def threshold_seconds @threshold_seconds end |