You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DocDB::Types::DBClusterMember
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDB::Types::DBClusterMember
- Defined in:
- (unknown)
Overview
Contains information about an instance that is part of a cluster.
Instance Attribute Summary collapse
-
#db_cluster_parameter_group_status ⇒ String
Specifies the status of the cluster parameter group for this member of the DB cluster.
-
#db_instance_identifier ⇒ String
Specifies the instance identifier for this member of the cluster.
-
#is_cluster_writer ⇒ Boolean
A value that is
true
if the cluster member is the primary instance for the cluster andfalse
otherwise. -
#promotion_tier ⇒ Integer
A value that specifies the order in which an Amazon DocumentDB replica is promoted to the primary instance after a failure of the existing primary instance.
Instance Attribute Details
#db_cluster_parameter_group_status ⇒ String
Specifies the status of the cluster parameter group for this member of the DB cluster.
#db_instance_identifier ⇒ String
Specifies the instance identifier for this member of the cluster.
#is_cluster_writer ⇒ Boolean
A value that is true
if the cluster member is the primary instance for
the cluster and false
otherwise.
#promotion_tier ⇒ Integer
A value that specifies the order in which an Amazon DocumentDB replica is promoted to the primary instance after a failure of the existing primary instance.