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.
1017 1018 1019 |
# File 'sig/types.rbs', line 1017 def framerate_denominator @framerate_denominator end |
#framerate_numerator ⇒ ::Integer
Returns the value of attribute framerate_numerator.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def framerate_numerator @framerate_numerator end |
#max_captures ⇒ ::Integer
Returns the value of attribute max_captures.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def max_captures @max_captures end |
#quality ⇒ ::Integer
Returns the value of attribute quality.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def quality @quality end |