Class: Aws::Types::AudioSpecification
- Inherits:
-
Object
- Object
- Aws::Types::AudioSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_timeout_ms ⇒ ::Integer
Returns the value of attribute end_timeout_ms.
-
#max_length_ms ⇒ ::Integer
Returns the value of attribute max_length_ms.
Instance Attribute Details
#end_timeout_ms ⇒ ::Integer
Returns the value of attribute end_timeout_ms.
301 302 303 |
# File 'sig/types.rbs', line 301 def end_timeout_ms @end_timeout_ms end |
#max_length_ms ⇒ ::Integer
Returns the value of attribute max_length_ms.
300 301 302 |
# File 'sig/types.rbs', line 300 def max_length_ms @max_length_ms end |