Class: Aws::Types::Resilience
- Inherits:
-
Object
- Object
- Aws::Types::Resilience
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_status ⇒ "ONLINE", ...
Returns the value of attribute cluster_status.
-
#enqueue_replication ⇒ Boolean
Returns the value of attribute enqueue_replication.
-
#hsr_operation_mode ⇒ "PRIMARY", ...
Returns the value of attribute hsr_operation_mode.
-
#hsr_replication_mode ⇒ "PRIMARY", ...
Returns the value of attribute hsr_replication_mode.
-
#hsr_tier ⇒ ::String
Returns the value of attribute hsr_tier.
Instance Attribute Details
#cluster_status ⇒ "ONLINE", ...
Returns the value of attribute cluster_status.
464 465 466 |
# File 'sig/types.rbs', line 464 def cluster_status @cluster_status end |
#enqueue_replication ⇒ Boolean
Returns the value of attribute enqueue_replication.
465 466 467 |
# File 'sig/types.rbs', line 465 def enqueue_replication @enqueue_replication end |
#hsr_operation_mode ⇒ "PRIMARY", ...
Returns the value of attribute hsr_operation_mode.
463 464 465 |
# File 'sig/types.rbs', line 463 def hsr_operation_mode @hsr_operation_mode end |
#hsr_replication_mode ⇒ "PRIMARY", ...
Returns the value of attribute hsr_replication_mode.
462 463 464 |
# File 'sig/types.rbs', line 462 def hsr_replication_mode @hsr_replication_mode end |
#hsr_tier ⇒ ::String
Returns the value of attribute hsr_tier.
461 462 463 |
# File 'sig/types.rbs', line 461 def hsr_tier @hsr_tier end |