Class: Aws::Types::UpdateFailoverConfig
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFailoverConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failover_mode ⇒ "MERGE", "FAILOVER"
Returns the value of attribute failover_mode.
-
#recovery_window ⇒ ::Integer
Returns the value of attribute recovery_window.
-
#source_priority ⇒ Types::SourcePriority
Returns the value of attribute source_priority.
-
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
Instance Attribute Details
#failover_mode ⇒ "MERGE", "FAILOVER"
Returns the value of attribute failover_mode.
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.
2477 2478 2479 |
# File 'sig/types.rbs', line 2477 def recovery_window @recovery_window end |
#source_priority ⇒ Types::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.
2479 2480 2481 |
# File 'sig/types.rbs', line 2479 def state @state end |