Class: Aws::Types::SilentAudio
- Inherits:
-
Object
- Object
- Aws::Types::SilentAudio
- 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.
2102 2103 2104 |
# File 'sig/types.rbs', line 2102 def state @state end |
#threshold_seconds ⇒ ::Integer
Returns the value of attribute threshold_seconds.
2103 2104 2105 |
# File 'sig/types.rbs', line 2103 def threshold_seconds @threshold_seconds end |