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)


1432
1433
1434
# File 'sig/types.rbs', line 1432

def channels
  @channels
end

#duration::Integer

Returns the value of attribute duration.

Returns:

  • (::Integer)


1433
1434
1435
# File 'sig/types.rbs', line 1433

def duration
  @duration
end

#framerate_denominator::Integer

Returns the value of attribute framerate_denominator.

Returns:

  • (::Integer)


1434
1435
1436
# File 'sig/types.rbs', line 1434

def framerate_denominator
  @framerate_denominator
end

#framerate_numerator::Integer

Returns the value of attribute framerate_numerator.

Returns:

  • (::Integer)


1435
1436
1437
# File 'sig/types.rbs', line 1435

def framerate_numerator
  @framerate_numerator
end

#height::Integer

Returns the value of attribute height.

Returns:

  • (::Integer)


1436
1437
1438
# File 'sig/types.rbs', line 1436

def height
  @height
end

#image_input::String

Returns the value of attribute image_input.

Returns:

  • (::String)


1437
1438
1439
# File 'sig/types.rbs', line 1437

def image_input
  @image_input
end

#sample_rate::Integer

Returns the value of attribute sample_rate.

Returns:

  • (::Integer)


1438
1439
1440
# File 'sig/types.rbs', line 1438

def sample_rate
  @sample_rate
end

#width::Integer

Returns the value of attribute width.

Returns:

  • (::Integer)


1439
1440
1441
# File 'sig/types.rbs', line 1439

def width
  @width
end