Class: Aws::Types::DBClusterMember
- Inherits:
-
Object
- Object
- Aws::Types::DBClusterMember
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_cluster_parameter_group_status ⇒ ::String
Returns the value of attribute db_cluster_parameter_group_status.
-
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
-
#is_cluster_writer ⇒ Boolean
Returns the value of attribute is_cluster_writer.
-
#promotion_tier ⇒ ::Integer
Returns the value of attribute promotion_tier.
Instance Attribute Details
#db_cluster_parameter_group_status ⇒ ::String
Returns the value of attribute db_cluster_parameter_group_status.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def db_cluster_parameter_group_status @db_cluster_parameter_group_status end |
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
1016 1017 1018 |
# File 'sig/types.rbs', line 1016 def db_instance_identifier @db_instance_identifier end |
#is_cluster_writer ⇒ Boolean
Returns the value of attribute is_cluster_writer.
1017 1018 1019 |
# File 'sig/types.rbs', line 1017 def is_cluster_writer @is_cluster_writer end |
#promotion_tier ⇒ ::Integer
Returns the value of attribute promotion_tier.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def promotion_tier @promotion_tier end |