Class: Aws::Types::VideoDescription
- Inherits:
-
Object
- Object
- Aws::Types::VideoDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#codec_settings ⇒ Types::VideoCodecSettings
Returns the value of attribute codec_settings.
-
#height ⇒ ::Integer
Returns the value of attribute height.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#respond_to_afd ⇒ "NONE", ...
Returns the value of attribute respond_to_afd.
-
#scaling_behavior ⇒ "DEFAULT", ...
Returns the value of attribute scaling_behavior.
-
#sharpness ⇒ ::Integer
Returns the value of attribute sharpness.
-
#width ⇒ ::Integer
Returns the value of attribute width.
Instance Attribute Details
#codec_settings ⇒ Types::VideoCodecSettings
Returns the value of attribute codec_settings.
3554 3555 3556 |
# File 'sig/types.rbs', line 3554 def codec_settings @codec_settings end |
#height ⇒ ::Integer
Returns the value of attribute height.
3555 3556 3557 |
# File 'sig/types.rbs', line 3555 def height @height end |
#name ⇒ ::String
Returns the value of attribute name.
3556 3557 3558 |
# File 'sig/types.rbs', line 3556 def name @name end |
#respond_to_afd ⇒ "NONE", ...
Returns the value of attribute respond_to_afd.
3557 3558 3559 |
# File 'sig/types.rbs', line 3557 def respond_to_afd @respond_to_afd end |
#scaling_behavior ⇒ "DEFAULT", ...
Returns the value of attribute scaling_behavior.
3558 3559 3560 |
# File 'sig/types.rbs', line 3558 def scaling_behavior @scaling_behavior end |
#sharpness ⇒ ::Integer
Returns the value of attribute sharpness.
3559 3560 3561 |
# File 'sig/types.rbs', line 3559 def sharpness @sharpness end |
#width ⇒ ::Integer
Returns the value of attribute width.
3560 3561 3562 |
# File 'sig/types.rbs', line 3560 def width @width end |