Class: Aws::Types::AwsRdsDbClusterMember
- Inherits:
-
Object
- Object
- Aws::Types::AwsRdsDbClusterMember
- 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.
3453 3454 3455 |
# File 'sig/types.rbs', line 3453 def db_cluster_parameter_group_status @db_cluster_parameter_group_status end |
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
3452 3453 3454 |
# File 'sig/types.rbs', line 3452 def db_instance_identifier @db_instance_identifier end |
#is_cluster_writer ⇒ Boolean
Returns the value of attribute is_cluster_writer.
3450 3451 3452 |
# File 'sig/types.rbs', line 3450 def is_cluster_writer @is_cluster_writer end |
#promotion_tier ⇒ ::Integer
Returns the value of attribute promotion_tier.
3451 3452 3453 |
# File 'sig/types.rbs', line 3451 def promotion_tier @promotion_tier end |