class Aws::RDS::Types::DBClusterBacktrack

This data type is used as a response element in the `DescribeDBClusterBacktracks` action.

@!attribute [rw] db_cluster_identifier

Contains a user-supplied DB cluster identifier. This identifier is
the unique key that identifies a DB cluster.
@return [String]

@!attribute [rw] backtrack_identifier

Contains the backtrack identifier.
@return [String]

@!attribute [rw] backtrack_to

The timestamp of the time to which the DB cluster was backtracked.
@return [Time]

@!attribute [rw] backtracked_from

The timestamp of the time from which the DB cluster was backtracked.
@return [Time]

@!attribute [rw] backtrack_request_creation_time

The timestamp of the time at which the backtrack was requested.
@return [Time]

@!attribute [rw] status

The status of the backtrack. This property returns one of the
following values:

* `applying` - The backtrack is currently being applied to or rolled
  back from the DB cluster.

* `completed` - The backtrack has successfully been applied to or
  rolled back from the DB cluster.

* `failed` - An error occurred while the backtrack was applied to or
  rolled back from the DB cluster.

* `pending` - The backtrack is currently pending application to or
  rollback from the DB cluster.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBClusterBacktrack AWS API Documentation

Constants

SENSITIVE