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.
789 790 791 |
# File 'sig/types.rbs', line 789 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.
790 791 792 |
# File 'sig/types.rbs', line 790 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.
791 792 793 |
# File 'sig/types.rbs', line 791 def integer_duration_trim_threshold_milliseconds @integer_duration_trim_threshold_milliseconds end |