Class: Aws::Types::FailoverDBClusterMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_identifier::String

Returns the value of attribute db_cluster_identifier.

Returns:

  • (::String)


1078
1079
1080
# File 'sig/types.rbs', line 1078

def db_cluster_identifier
  @db_cluster_identifier
end

#target_db_instance_identifier::String

Returns the value of attribute target_db_instance_identifier.

Returns:

  • (::String)


1079
1080
1081
# File 'sig/types.rbs', line 1079

def target_db_instance_identifier
  @target_db_instance_identifier
end