Class: Aws::Types::RebootReplicationInstanceMessage
- Inherits:
-
Object
- Object
- Aws::Types::RebootReplicationInstanceMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#force_failover ⇒ Boolean
Returns the value of attribute force_failover.
-
#force_planned_failover ⇒ Boolean
Returns the value of attribute force_planned_failover.
-
#replication_instance_arn ⇒ ::String
Returns the value of attribute replication_instance_arn.
Instance Attribute Details
#force_failover ⇒ Boolean
Returns the value of attribute force_failover.
2324 2325 2326 |
# File 'sig/types.rbs', line 2324 def force_failover @force_failover end |
#force_planned_failover ⇒ Boolean
Returns the value of attribute force_planned_failover.
2325 2326 2327 |
# File 'sig/types.rbs', line 2325 def force_planned_failover @force_planned_failover end |
#replication_instance_arn ⇒ ::String
Returns the value of attribute replication_instance_arn.
2323 2324 2325 |
# File 'sig/types.rbs', line 2323 def replication_instance_arn @replication_instance_arn end |