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.



1804
1805
1806
# File 'sig/types.rbs', line 1804

def framerate
  @framerate
end

#input::String

Returns the value of attribute input.

Returns:

  • (::String)


1805
1806
1807
# File 'sig/types.rbs', line 1805

def input
  @input
end

#insertion_mode"MOV", "PNG"

Returns the value of attribute insertion_mode.

Returns:

  • ("MOV", "PNG")


1806
1807
1808
# File 'sig/types.rbs', line 1806

def insertion_mode
  @insertion_mode
end

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

Returns:

  • ("ONCE", "REPEAT")


1808
1809
1810
# File 'sig/types.rbs', line 1808

def playback
  @playback
end

#start_time::String

Returns the value of attribute start_time.

Returns:

  • (::String)


1809
1810
1811
# File 'sig/types.rbs', line 1809

def start_time
  @start_time
end