Class: Aws::Types::UpdateFailoverConfig

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")


2476
2477
2478
# File 'sig/types.rbs', line 2476

def failover_mode
  @failover_mode
end

#recovery_window::Integer

Returns the value of attribute recovery_window.

Returns:

  • (::Integer)


2477
2478
2479
# File 'sig/types.rbs', line 2477

def recovery_window
  @recovery_window
end

#source_priorityTypes::SourcePriority

Returns the value of attribute source_priority.



2478
2479
2480
# File 'sig/types.rbs', line 2478

def source_priority
  @source_priority
end

#state"ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


2479
2480
2481
# File 'sig/types.rbs', line 2479

def state
  @state
end