Class: Aws::Types::FailoverGlobalClusterMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allow_data_lossBoolean

Returns the value of attribute allow_data_loss.

Returns:

  • (Boolean)


2636
2637
2638
# File 'sig/types.rbs', line 2636

def allow_data_loss
  @allow_data_loss
end

#global_cluster_identifier::String

Returns the value of attribute global_cluster_identifier.

Returns:

  • (::String)


2634
2635
2636
# File 'sig/types.rbs', line 2634

def global_cluster_identifier
  @global_cluster_identifier
end

#switchoverBoolean

Returns the value of attribute switchover.

Returns:

  • (Boolean)


2637
2638
2639
# File 'sig/types.rbs', line 2637

def switchover
  @switchover
end

#target_db_cluster_identifier::String

Returns the value of attribute target_db_cluster_identifier.

Returns:

  • (::String)


2635
2636
2637
# File 'sig/types.rbs', line 2635

def target_db_cluster_identifier
  @target_db_cluster_identifier
end