Class: Aws::Types::DurationControl
- Inherits:
-
Object
- Object
- Aws::Types::DurationControl
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#integer_duration_maximum_compression_denominator ⇒ ::Integer
Returns the value of attribute integer_duration_maximum_compression_denominator.
-
#integer_duration_maximum_compression_numerator ⇒ ::Integer
Returns the value of attribute integer_duration_maximum_compression_numerator.
-
#integer_duration_trim_threshold_milliseconds ⇒ ::Integer
Returns the value of attribute integer_duration_trim_threshold_milliseconds.
Instance Attribute Details
#integer_duration_maximum_compression_denominator ⇒ ::Integer
Returns the value of attribute integer_duration_maximum_compression_denominator.
768 769 770 |
# File 'sig/types.rbs', line 768 def integer_duration_maximum_compression_denominator @integer_duration_maximum_compression_denominator end |
#integer_duration_maximum_compression_numerator ⇒ ::Integer
Returns the value of attribute integer_duration_maximum_compression_numerator.
769 770 771 |
# File 'sig/types.rbs', line 769 def integer_duration_maximum_compression_numerator @integer_duration_maximum_compression_numerator end |
#integer_duration_trim_threshold_milliseconds ⇒ ::Integer
Returns the value of attribute integer_duration_trim_threshold_milliseconds.
770 771 772 |
# File 'sig/types.rbs', line 770 def integer_duration_trim_threshold_milliseconds @integer_duration_trim_threshold_milliseconds end |