Class: Aws::Types::FailoverConfig
- Inherits:
-
Object
- Object
- Aws::Types::FailoverConfig
- 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.
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.
692 693 694 |
# File 'sig/types.rbs', line 692 def recovery_window @recovery_window end |
#source_priority ⇒ Types::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.
694 695 696 |
# File 'sig/types.rbs', line 694 def state @state end |