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.
818 819 820 |
# File 'sig/types.rbs', line 818 def from_db_cluster_arn @from_db_cluster_arn end |
#is_data_loss_allowed ⇒ Boolean
Returns the value of attribute is_data_loss_allowed.
820 821 822 |
# File 'sig/types.rbs', line 820 def is_data_loss_allowed @is_data_loss_allowed end |
#status ⇒ "pending", ...
Returns the value of attribute status.
817 818 819 |
# File 'sig/types.rbs', line 817 def status @status end |
#to_db_cluster_arn ⇒ ::String
Returns the value of attribute to_db_cluster_arn.
819 820 821 |
# File 'sig/types.rbs', line 819 def to_db_cluster_arn @to_db_cluster_arn end |