Class: Aws::Types::CaptionSourceFramerate
- Inherits:
-
Object
- Object
- Aws::Types::CaptionSourceFramerate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#framerate_denominator ⇒ ::Integer
Returns the value of attribute framerate_denominator.
-
#framerate_numerator ⇒ ::Integer
Returns the value of attribute framerate_numerator.
Instance Attribute Details
#framerate_denominator ⇒ ::Integer
Returns the value of attribute framerate_denominator.
347 348 349 |
# File 'sig/types.rbs', line 347 def framerate_denominator @framerate_denominator end |
#framerate_numerator ⇒ ::Integer
Returns the value of attribute framerate_numerator.
348 349 350 |
# File 'sig/types.rbs', line 348 def framerate_numerator @framerate_numerator end |