Class: Aws::Types::InputVideoGenerator

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channels::Integer

Returns the value of attribute channels.

Returns:

  • (::Integer)


1453
1454
1455
# File 'sig/types.rbs', line 1453

def channels
  @channels
end

#duration::Integer

Returns the value of attribute duration.

Returns:

  • (::Integer)


1454
1455
1456
# File 'sig/types.rbs', line 1454

def duration
  @duration
end

#framerate_denominator::Integer

Returns the value of attribute framerate_denominator.

Returns:

  • (::Integer)


1455
1456
1457
# File 'sig/types.rbs', line 1455

def framerate_denominator
  @framerate_denominator
end

#framerate_numerator::Integer

Returns the value of attribute framerate_numerator.

Returns:

  • (::Integer)


1456
1457
1458
# File 'sig/types.rbs', line 1456

def framerate_numerator
  @framerate_numerator
end

#height::Integer

Returns the value of attribute height.

Returns:

  • (::Integer)


1457
1458
1459
# File 'sig/types.rbs', line 1457

def height
  @height
end

#image_input::String

Returns the value of attribute image_input.

Returns:

  • (::String)


1458
1459
1460
# File 'sig/types.rbs', line 1458

def image_input
  @image_input
end

#sample_rate::Integer

Returns the value of attribute sample_rate.

Returns:

  • (::Integer)


1459
1460
1461
# File 'sig/types.rbs', line 1459

def sample_rate
  @sample_rate
end

#width::Integer

Returns the value of attribute width.

Returns:

  • (::Integer)


1460
1461
1462
# File 'sig/types.rbs', line 1460

def width
  @width
end