Class: Aws::Types::FrameCaptureSettings
- Inherits:
-
Object
- Object
- Aws::Types::FrameCaptureSettings
- 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.
-
#max_captures ⇒ ::Integer
Returns the value of attribute max_captures.
-
#quality ⇒ ::Integer
Returns the value of attribute quality.
Instance Attribute Details
#framerate_denominator ⇒ ::Integer
Returns the value of attribute framerate_denominator.
996 997 998 |
# File 'sig/types.rbs', line 996 def framerate_denominator @framerate_denominator end |
#framerate_numerator ⇒ ::Integer
Returns the value of attribute framerate_numerator.
997 998 999 |
# File 'sig/types.rbs', line 997 def framerate_numerator @framerate_numerator end |
#max_captures ⇒ ::Integer
Returns the value of attribute max_captures.
998 999 1000 |
# File 'sig/types.rbs', line 998 def max_captures @max_captures end |
#quality ⇒ ::Integer
Returns the value of attribute quality.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def quality @quality end |