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)


1814
1815
1816
# File 'sig/types.rbs', line 1814

def framerate_denominator
  @framerate_denominator
end

#framerate_numerator::Integer

Returns the value of attribute framerate_numerator.

Returns:

  • (::Integer)


1815
1816
1817
# File 'sig/types.rbs', line 1815

def framerate_numerator
  @framerate_numerator
end