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.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def from_db_cluster_arn @from_db_cluster_arn end |
#is_data_loss_allowed ⇒ Boolean
Returns the value of attribute is_data_loss_allowed.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def is_data_loss_allowed @is_data_loss_allowed end |
#status ⇒ "pending", ...
Returns the value of attribute status.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def status @status end |
#to_db_cluster_arn ⇒ ::String
Returns the value of attribute to_db_cluster_arn.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def to_db_cluster_arn @to_db_cluster_arn end |