Class: Aws::Types::VideoBlock
- Inherits:
-
Object
- Object
- Aws::Types::VideoBlock
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#format ⇒ "mkv", ...
Returns the value of attribute format.
-
#source ⇒ Types::VideoSource
Returns the value of attribute source.
Instance Attribute Details
#format ⇒ "mkv", ...
Returns the value of attribute format.
1551 1552 1553 |
# File 'sig/types.rbs', line 1551 def format @format end |
#source ⇒ Types::VideoSource
Returns the value of attribute source.
1552 1553 1554 |
# File 'sig/types.rbs', line 1552 def source @source end |