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)


409
410
411
# File 'sig/types.rbs', line 409

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)


407
408
409
# File 'sig/types.rbs', line 407

def db_instance_identifier
  @db_instance_identifier
end

#is_cluster_writerBoolean

Returns the value of attribute is_cluster_writer.

Returns:

  • (Boolean)


408
409
410
# File 'sig/types.rbs', line 408

def is_cluster_writer
  @is_cluster_writer
end

#promotion_tier::Integer

Returns the value of attribute promotion_tier.

Returns:

  • (::Integer)


410
411
412
# File 'sig/types.rbs', line 410

def promotion_tier
  @promotion_tier
end