Class: Aws::Types::InputSpecification
- Inherits:
-
Object
- Object
- Aws::Types::InputSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#codec ⇒ "MPEG2", ...
Returns the value of attribute codec.
-
#maximum_bitrate ⇒ "MAX_10_MBPS", ...
Returns the value of attribute maximum_bitrate.
-
#resolution ⇒ "SD", ...
Returns the value of attribute resolution.
Instance Attribute Details
#codec ⇒ "MPEG2", ...
Returns the value of attribute codec.
1928 1929 1930 |
# File 'sig/types.rbs', line 1928 def codec @codec end |
#maximum_bitrate ⇒ "MAX_10_MBPS", ...
Returns the value of attribute maximum_bitrate.
1929 1930 1931 |
# File 'sig/types.rbs', line 1929 def maximum_bitrate @maximum_bitrate end |
#resolution ⇒ "SD", ...
Returns the value of attribute resolution.
1930 1931 1932 |
# File 'sig/types.rbs', line 1930 def resolution @resolution end |