Class: Aws::Types::VideoDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#height_in_px::Integer

Returns the value of attribute height_in_px.

Returns:

  • (::Integer)


2525
2526
2527
# File 'sig/types.rbs', line 2525

def height_in_px
  @height_in_px
end

#width_in_px::Integer

Returns the value of attribute width_in_px.

Returns:

  • (::Integer)


2526
2527
2528
# File 'sig/types.rbs', line 2526

def width_in_px
  @width_in_px
end