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.
355 356 357 |
# File 'sig/types.rbs', line 355 def framerate_denominator @framerate_denominator end |
#framerate_numerator ⇒ ::Integer
Returns the value of attribute framerate_numerator.
356 357 358 |
# File 'sig/types.rbs', line 356 def framerate_numerator @framerate_numerator end |