Class: Aws::Types::VideoBlock

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#format"mkv", ...

Returns the value of attribute format.

Returns:

  • ("mkv", "mov", "mp4", "webm", "flv", "mpeg", "mpg", "wmv", "three_gp")


1551
1552
1553
# File 'sig/types.rbs', line 1551

def format
  @format
end

#sourceTypes::VideoSource

Returns the value of attribute source.

Returns:



1552
1553
1554
# File 'sig/types.rbs', line 1552

def source
  @source
end