Class: Aws::Types::FrameResolution
- Inherits:
-
Object
- Object
- Aws::Types::FrameResolution
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#frame_height ⇒ ::Integer
Returns the value of attribute frame_height.
-
#frame_width ⇒ ::Integer
Returns the value of attribute frame_width.
Instance Attribute Details
#frame_height ⇒ ::Integer
Returns the value of attribute frame_height.
808 809 810 |
# File 'sig/types.rbs', line 808 def frame_height @frame_height end |
#frame_width ⇒ ::Integer
Returns the value of attribute frame_width.
809 810 811 |
# File 'sig/types.rbs', line 809 def frame_width @frame_width end |