Class: Aws::Types::MotionImageInserter
- Inherits:
-
Object
- Object
- Aws::Types::MotionImageInserter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#framerate ⇒ Types::MotionImageInsertionFramerate
Returns the value of attribute framerate.
-
#input ⇒ ::String
Returns the value of attribute input.
-
#insertion_mode ⇒ "MOV", "PNG"
Returns the value of attribute insertion_mode.
-
#offset ⇒ Types::MotionImageInsertionOffset
Returns the value of attribute offset.
-
#playback ⇒ "ONCE", "REPEAT"
Returns the value of attribute playback.
-
#start_time ⇒ ::String
Returns the value of attribute start_time.
Instance Attribute Details
#framerate ⇒ Types::MotionImageInsertionFramerate
Returns the value of attribute framerate.
1804 1805 1806 |
# File 'sig/types.rbs', line 1804 def framerate @framerate end |
#input ⇒ ::String
Returns the value of attribute input.
1805 1806 1807 |
# File 'sig/types.rbs', line 1805 def input @input end |
#insertion_mode ⇒ "MOV", "PNG"
Returns the value of attribute insertion_mode.
1806 1807 1808 |
# File 'sig/types.rbs', line 1806 def insertion_mode @insertion_mode end |
#offset ⇒ Types::MotionImageInsertionOffset
Returns the value of attribute offset.
1807 1808 1809 |
# File 'sig/types.rbs', line 1807 def offset @offset end |
#playback ⇒ "ONCE", "REPEAT"
Returns the value of attribute playback.
1808 1809 1810 |
# File 'sig/types.rbs', line 1808 def playback @playback end |
#start_time ⇒ ::String
Returns the value of attribute start_time.
1809 1810 1811 |
# File 'sig/types.rbs', line 1809 def start_time @start_time end |