Class: Aws::Types::MotionImageInserter

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#framerateTypes::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.

Returns:

  • (::String)


1784
1785
1786
# File 'sig/types.rbs', line 1784

def input
  @input
end

#insertion_mode"MOV", "PNG"

Returns the value of attribute insertion_mode.

Returns:

  • ("MOV", "PNG")


1785
1786
1787
# File 'sig/types.rbs', line 1785

def insertion_mode
  @insertion_mode
end

#offsetTypes::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.

Returns:

  • ("ONCE", "REPEAT")


1787
1788
1789
# File 'sig/types.rbs', line 1787

def playback
  @playback
end

#start_time::String

Returns the value of attribute start_time.

Returns:

  • (::String)


1788
1789
1790
# File 'sig/types.rbs', line 1788

def start_time
  @start_time
end