Class: Aws::Types::VideoSelector
- Inherits:
-
Object
- Object
- Aws::Types::VideoSelector
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#color_space ⇒ "FOLLOW", ...
Returns the value of attribute color_space.
-
#color_space_settings ⇒ Types::VideoSelectorColorSpaceSettings
Returns the value of attribute color_space_settings.
-
#color_space_usage ⇒ "FALLBACK", "FORCE"
Returns the value of attribute color_space_usage.
-
#selector_settings ⇒ Types::VideoSelectorSettings
Returns the value of attribute selector_settings.
Instance Attribute Details
#color_space ⇒ "FOLLOW", ...
Returns the value of attribute color_space.
3573 3574 3575 |
# File 'sig/types.rbs', line 3573 def color_space @color_space end |
#color_space_settings ⇒ Types::VideoSelectorColorSpaceSettings
Returns the value of attribute color_space_settings.
3574 3575 3576 |
# File 'sig/types.rbs', line 3574 def color_space_settings @color_space_settings end |
#color_space_usage ⇒ "FALLBACK", "FORCE"
Returns the value of attribute color_space_usage.
3575 3576 3577 |
# File 'sig/types.rbs', line 3575 def color_space_usage @color_space_usage end |
#selector_settings ⇒ Types::VideoSelectorSettings
Returns the value of attribute selector_settings.
3576 3577 3578 |
# File 'sig/types.rbs', line 3576 def selector_settings @selector_settings end |