Class: Aws::Types::FailoverGlobalClusterMessage

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#allow_data_lossBoolean

Returns the value of attribute allow_data_loss.



808
809
810
# File 'sig/types.rbs', line 808

def allow_data_loss
  @allow_data_loss
end

#global_cluster_identifier::String

Returns the value of attribute global_cluster_identifier.



806
807
808
# File 'sig/types.rbs', line 806

def global_cluster_identifier
  @global_cluster_identifier
end

#switchoverBoolean

Returns the value of attribute switchover.



809
810
811
# File 'sig/types.rbs', line 809

def switchover
  @switchover
end

#target_db_cluster_identifier::String

Returns the value of attribute target_db_cluster_identifier.



807
808
809
# File 'sig/types.rbs', line 807

def target_db_cluster_identifier
  @target_db_cluster_identifier
end