Class: Aws::Types::MotionImageInsertionOffset
- Inherits:
-
Object
- Object
- Aws::Types::MotionImageInsertionOffset
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_x ⇒ ::Integer
Returns the value of attribute image_x.
-
#image_y ⇒ ::Integer
Returns the value of attribute image_y.
Instance Attribute Details
#image_x ⇒ ::Integer
Returns the value of attribute image_x.
1799 1800 1801 |
# File 'sig/types.rbs', line 1799 def image_x @image_x end |
#image_y ⇒ ::Integer
Returns the value of attribute image_y.
1800 1801 1802 |
# File 'sig/types.rbs', line 1800 def image_y @image_y end |