Class: Aws::Types::MultitrackInputConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::MultitrackInputConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#maximum_resolution ⇒ "SD", ...
Returns the value of attribute maximum_resolution.
-
#policy ⇒ "ALLOW", "REQUIRE"
Returns the value of attribute policy.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
548 549 550 |
# File 'sig/types.rbs', line 548 def enabled @enabled end |
#maximum_resolution ⇒ "SD", ...
Returns the value of attribute maximum_resolution.
550 551 552 |
# File 'sig/types.rbs', line 550 def maximum_resolution @maximum_resolution end |
#policy ⇒ "ALLOW", "REQUIRE"
Returns the value of attribute policy.
549 550 551 |
# File 'sig/types.rbs', line 549 def policy @policy end |