Class: Aws::Neptune::Types::DBClusterMember

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_parameter_group_statusString

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

Returns:

  • (String)


2192
2193
2194
2195
2196
2197
2198
2199
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 2192

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 DB cluster.

Returns:

  • (String)


2192
2193
2194
2195
2196
2197
2198
2199
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 2192

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

Value that is true if the cluster member is the primary instance for the DB cluster and false otherwise.

Returns:

  • (Boolean)


2192
2193
2194
2195
2196
2197
2198
2199
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 2192

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 a Read Replica is promoted to the primary instance after a failure of the existing primary instance.

Returns:

  • (Integer)


2192
2193
2194
2195
2196
2197
2198
2199
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 2192

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