Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::DocDB::Types::DBClusterMember

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb

Overview

Contains information about an instance that is part of a cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_parameter_group_statusString

Specifies the status of the cluster parameter group for this member of the DB cluster.

Returns:

  • (String)

1530
1531
1532
1533
1534
1535
1536
1537
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1530

class DBClusterMember < Struct.new(
  :db_instance_identifier,
  :is_cluster_writer,
  :db_cluster_parameter_group_status,
  :promotion_tier)
  SENSITIVE = []
  include Aws::Structure
end

#db_instance_identifierString

Specifies the instance identifier for this member of the cluster.

Returns:

  • (String)

1530
1531
1532
1533
1534
1535
1536
1537
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1530

class DBClusterMember < Struct.new(
  :db_instance_identifier,
  :is_cluster_writer,
  :db_cluster_parameter_group_status,
  :promotion_tier)
  SENSITIVE = []
  include Aws::Structure
end

#is_cluster_writerBoolean

A value that is true if the cluster member is the primary instance for the cluster and false otherwise.

Returns:

  • (Boolean)

1530
1531
1532
1533
1534
1535
1536
1537
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1530

class DBClusterMember < Struct.new(
  :db_instance_identifier,
  :is_cluster_writer,
  :db_cluster_parameter_group_status,
  :promotion_tier)
  SENSITIVE = []
  include Aws::Structure
end

#promotion_tierInteger

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.

Returns:

  • (Integer)

1530
1531
1532
1533
1534
1535
1536
1537
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1530

class DBClusterMember < Struct.new(
  :db_instance_identifier,
  :is_cluster_writer,
  :db_cluster_parameter_group_status,
  :promotion_tier)
  SENSITIVE = []
  include Aws::Structure
end