Class: Aws::Types::FailoverConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failover_mode"MERGE", "FAILOVER"

Returns the value of attribute failover_mode.

Returns:

  • ("MERGE", "FAILOVER")


691
692
693
# File 'sig/types.rbs', line 691

def failover_mode
  @failover_mode
end

#recovery_window::Integer

Returns the value of attribute recovery_window.

Returns:

  • (::Integer)


692
693
694
# File 'sig/types.rbs', line 692

def recovery_window
  @recovery_window
end

#source_priorityTypes::SourcePriority

Returns the value of attribute source_priority.



693
694
695
# File 'sig/types.rbs', line 693

def source_priority
  @source_priority
end

#state"ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


694
695
696
# File 'sig/types.rbs', line 694

def state
  @state
end