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