Class: Aws::Types::AutomaticInputFailoverSettings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_clear_time_msec::Integer

Returns the value of attribute error_clear_time_msec.

Returns:

  • (::Integer)


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.

Returns:



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.

Returns:

  • ("EQUAL_INPUT_PREFERENCE", "PRIMARY_INPUT_PREFERRED")


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.

Returns:

  • (::String)


210
211
212
# File 'sig/types.rbs', line 210

def secondary_input_id
  @secondary_input_id
end