You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::RDS::Types::DBClusterBacktrack

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#backtrack_identifierString

Contains the backtrack identifier.

Returns:

  • (String)

    Contains the backtrack identifier.

#backtrack_request_creation_timeTime

The timestamp of the time at which the backtrack was requested.

Returns:

  • (Time)

    The timestamp of the time at which the backtrack was requested.

#backtrack_toTime

The timestamp of the time to which the DB cluster was backtracked.

Returns:

  • (Time)

    The timestamp of the time to which the DB cluster was backtracked.

#backtracked_fromTime

The timestamp of the time from which the DB cluster was backtracked.

Returns:

  • (Time)

    The timestamp of the time from which the DB cluster was backtracked.

#db_cluster_identifierString

Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.

Returns:

  • (String)

    Contains a user-supplied DB cluster identifier.

#statusString

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.

Returns:

  • (String)

    The status of the backtrack.