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)


1103
1104
1105
# File 'sig/types.rbs', line 1103

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)


1105
1106
1107
# File 'sig/types.rbs', line 1105

def is_data_loss_allowed
  @is_data_loss_allowed
end

#status"pending", ...

Returns the value of attribute status.

Returns:

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


1102
1103
1104
# File 'sig/types.rbs', line 1102

def status
  @status
end

#to_db_cluster_arn::String

Returns the value of attribute to_db_cluster_arn.

Returns:

  • (::String)


1104
1105
1106
# File 'sig/types.rbs', line 1104

def to_db_cluster_arn
  @to_db_cluster_arn
end