Class: Aws::Types::AwsRdsDbClusterMember

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_parameter_group_status::String

Returns the value of attribute db_cluster_parameter_group_status.

Returns:

  • (::String)


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.

Returns:

  • (::String)


3452
3453
3454
# File 'sig/types.rbs', line 3452

def db_instance_identifier
  @db_instance_identifier
end

#is_cluster_writerBoolean

Returns the value of attribute is_cluster_writer.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


3451
3452
3453
# File 'sig/types.rbs', line 3451

def promotion_tier
  @promotion_tier
end