Class: Aws::Types::FailoverState

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#from_db_cluster_arn::String

Returns the value of attribute from_db_cluster_arn.

Returns:

  • (::String)


2648
2649
2650
# File 'sig/types.rbs', line 2648

def from_db_cluster_arn
  @from_db_cluster_arn
end

#is_data_loss_allowedBoolean

Returns the value of attribute is_data_loss_allowed.

Returns:

  • (Boolean)


2650
2651
2652
# File 'sig/types.rbs', line 2650

def is_data_loss_allowed
  @is_data_loss_allowed
end

#status"pending", ...

Returns the value of attribute status.

Returns:

  • ("pending", "failing-over", "cancelling")


2647
2648
2649
# File 'sig/types.rbs', line 2647

def status
  @status
end

#to_db_cluster_arn::String

Returns the value of attribute to_db_cluster_arn.

Returns:

  • (::String)


2649
2650
2651
# File 'sig/types.rbs', line 2649

def to_db_cluster_arn
  @to_db_cluster_arn
end