Class: Aws::Types::VideoArtifactsConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::VideoArtifactsConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mux_type ⇒ "VideoOnly"
Returns the value of attribute mux_type.
-
#state ⇒ "Enabled", "Disabled"
Returns the value of attribute state.
Instance Attribute Details
#mux_type ⇒ "VideoOnly"
Returns the value of attribute mux_type.
934 935 936 |
# File 'sig/types.rbs', line 934 def mux_type @mux_type end |
#state ⇒ "Enabled", "Disabled"
Returns the value of attribute state.
933 934 935 |
# File 'sig/types.rbs', line 933 def state @state end |