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.
3565 3566 3567 |
# File 'sig/types.rbs', line 3565 def color_space @color_space end |
#color_space_settings ⇒ Types::VideoSelectorColorSpaceSettings
Returns the value of attribute color_space_settings.
3566 3567 3568 |
# File 'sig/types.rbs', line 3566 def color_space_settings @color_space_settings end |
#color_space_usage ⇒ "FALLBACK", "FORCE"
Returns the value of attribute color_space_usage.
3567 3568 3569 |
# File 'sig/types.rbs', line 3567 def color_space_usage @color_space_usage end |
#selector_settings ⇒ Types::VideoSelectorSettings
Returns the value of attribute selector_settings.
3568 3569 3570 |
# File 'sig/types.rbs', line 3568 def selector_settings @selector_settings end |