Class: Aws::Types::FailoverState
- Inherits:
-
Object
- Object
- Aws::Types::FailoverState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#from_db_cluster_arn ⇒ ::String
Returns the value of attribute from_db_cluster_arn.
-
#is_data_loss_allowed ⇒ Boolean
Returns the value of attribute is_data_loss_allowed.
-
#status ⇒ "pending", ...
Returns the value of attribute status.
-
#to_db_cluster_arn ⇒ ::String
Returns the value of attribute to_db_cluster_arn.
Instance Attribute Details
#from_db_cluster_arn ⇒ ::String
Returns the value of attribute from_db_cluster_arn.
2648 2649 2650 |
# File 'sig/types.rbs', line 2648 def from_db_cluster_arn @from_db_cluster_arn end |
#is_data_loss_allowed ⇒ Boolean
Returns the value of attribute is_data_loss_allowed.
2650 2651 2652 |
# File 'sig/types.rbs', line 2650 def is_data_loss_allowed @is_data_loss_allowed end |
#status ⇒ "pending", ...
Returns the value of attribute status.
2647 2648 2649 |
# File 'sig/types.rbs', line 2647 def status @status end |
#to_db_cluster_arn ⇒ ::String
Returns the value of attribute to_db_cluster_arn.
2649 2650 2651 |
# File 'sig/types.rbs', line 2649 def to_db_cluster_arn @to_db_cluster_arn end |