Class: Aws::Types::InputSwitchConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::InputSwitchConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mqcs_input_switching ⇒ Boolean
Returns the value of attribute mqcs_input_switching.
-
#preferred_input ⇒ ::Integer
Returns the value of attribute preferred_input.
Instance Attribute Details
#mqcs_input_switching ⇒ Boolean
Returns the value of attribute mqcs_input_switching.
639 640 641 |
# File 'sig/types.rbs', line 639 def mqcs_input_switching @mqcs_input_switching end |
#preferred_input ⇒ ::Integer
Returns the value of attribute preferred_input.
640 641 642 |
# File 'sig/types.rbs', line 640 def preferred_input @preferred_input end |