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.
1783 1784 1785 |
# File 'sig/types.rbs', line 1783 def framerate @framerate end |
#input ⇒ ::String
Returns the value of attribute input.
1784 1785 1786 |
# File 'sig/types.rbs', line 1784 def input @input end |
#insertion_mode ⇒ "MOV", "PNG"
Returns the value of attribute insertion_mode.
1785 1786 1787 |
# File 'sig/types.rbs', line 1785 def insertion_mode @insertion_mode end |
#offset ⇒ Types::MotionImageInsertionOffset
Returns the value of attribute offset.
1786 1787 1788 |
# File 'sig/types.rbs', line 1786 def offset @offset end |
#playback ⇒ "ONCE", "REPEAT"
Returns the value of attribute playback.
1787 1788 1789 |
# File 'sig/types.rbs', line 1787 def playback @playback end |
#start_time ⇒ ::String
Returns the value of attribute start_time.
1788 1789 1790 |
# File 'sig/types.rbs', line 1788 def start_time @start_time end |