Class: Aws::Types::MotionImageInsertionFramerate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#framerate_denominator::Integer

Returns the value of attribute framerate_denominator.

Returns:

  • (::Integer)


1793
1794
1795
# File 'sig/types.rbs', line 1793

def framerate_denominator
  @framerate_denominator
end

#framerate_numerator::Integer

Returns the value of attribute framerate_numerator.

Returns:

  • (::Integer)


1794
1795
1796
# File 'sig/types.rbs', line 1794

def framerate_numerator
  @framerate_numerator
end