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.
1931 1932 1933 |
# File 'sig/types.rbs', line 1931 def codec @codec end |
#maximum_bitrate ⇒ "MAX_10_MBPS", ...
Returns the value of attribute maximum_bitrate.
1932 1933 1934 |
# File 'sig/types.rbs', line 1932 def maximum_bitrate @maximum_bitrate end |
#resolution ⇒ "SD", ...
Returns the value of attribute resolution.
1933 1934 1935 |
# File 'sig/types.rbs', line 1933 def resolution @resolution end |