Class: Aws::Types::AutomaticInputFailoverSettings
- Inherits:
-
Object
- Object
- Aws::Types::AutomaticInputFailoverSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_clear_time_msec ⇒ ::Integer
Returns the value of attribute error_clear_time_msec.
-
#failover_conditions ⇒ ::Array[Types::FailoverCondition]
Returns the value of attribute failover_conditions.
-
#input_preference ⇒ "EQUAL_INPUT_PREFERENCE", "PRIMARY_INPUT_PREFERRED"
Returns the value of attribute input_preference.
-
#secondary_input_id ⇒ ::String
Returns the value of attribute secondary_input_id.
Instance Attribute Details
#error_clear_time_msec ⇒ ::Integer
Returns the value of attribute error_clear_time_msec.
207 208 209 |
# File 'sig/types.rbs', line 207 def error_clear_time_msec @error_clear_time_msec end |
#failover_conditions ⇒ ::Array[Types::FailoverCondition]
Returns the value of attribute failover_conditions.
208 209 210 |
# File 'sig/types.rbs', line 208 def failover_conditions @failover_conditions end |
#input_preference ⇒ "EQUAL_INPUT_PREFERENCE", "PRIMARY_INPUT_PREFERRED"
Returns the value of attribute input_preference.
209 210 211 |
# File 'sig/types.rbs', line 209 def input_preference @input_preference end |
#secondary_input_id ⇒ ::String
Returns the value of attribute secondary_input_id.
210 211 212 |
# File 'sig/types.rbs', line 210 def secondary_input_id @secondary_input_id end |