Class: Aws::Types::DBClusterMember

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)


1018
1019
1020
# File 'sig/types.rbs', line 1018

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)


1016
1017
1018
# File 'sig/types.rbs', line 1016

def db_instance_identifier
  @db_instance_identifier
end

#is_cluster_writerBoolean

Returns the value of attribute is_cluster_writer.

Returns:

  • (Boolean)


1017
1018
1019
# File 'sig/types.rbs', line 1017

def is_cluster_writer
  @is_cluster_writer
end

#promotion_tier::Integer

Returns the value of attribute promotion_tier.

Returns:

  • (::Integer)


1019
1020
1021
# File 'sig/types.rbs', line 1019

def promotion_tier
  @promotion_tier
end