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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#backtrack_identifierString

Contains the backtrack identifier.

Returns:

  • (String)


4134
4135
4136
4137
4138
4139
4140
4141
4142
# File 'lib/aws-sdk-rds/types.rb', line 4134

class DBClusterBacktrack < Struct.new(
  :db_cluster_identifier,
  :backtrack_identifier,
  :backtrack_to,
  :backtracked_from,
  :backtrack_request_creation_time,
  :status)
  include Aws::Structure
end

#backtrack_request_creation_timeTime

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

Returns:

  • (Time)


4134
4135
4136
4137
4138
4139
4140
4141
4142
# File 'lib/aws-sdk-rds/types.rb', line 4134

class DBClusterBacktrack < Struct.new(
  :db_cluster_identifier,
  :backtrack_identifier,
  :backtrack_to,
  :backtracked_from,
  :backtrack_request_creation_time,
  :status)
  include Aws::Structure
end

#backtrack_toTime

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

Returns:

  • (Time)


4134
4135
4136
4137
4138
4139
4140
4141
4142
# File 'lib/aws-sdk-rds/types.rb', line 4134

class DBClusterBacktrack < Struct.new(
  :db_cluster_identifier,
  :backtrack_identifier,
  :backtrack_to,
  :backtracked_from,
  :backtrack_request_creation_time,
  :status)
  include Aws::Structure
end

#backtracked_fromTime

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

Returns:

  • (Time)


4134
4135
4136
4137
4138
4139
4140
4141
4142
# File 'lib/aws-sdk-rds/types.rb', line 4134

class DBClusterBacktrack < Struct.new(
  :db_cluster_identifier,
  :backtrack_identifier,
  :backtrack_to,
  :backtracked_from,
  :backtrack_request_creation_time,
  :status)
  include Aws::Structure
end

#db_cluster_identifierString

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

Returns:

  • (String)


4134
4135
4136
4137
4138
4139
4140
4141
4142
# File 'lib/aws-sdk-rds/types.rb', line 4134

class DBClusterBacktrack < Struct.new(
  :db_cluster_identifier,
  :backtrack_identifier,
  :backtrack_to,
  :backtracked_from,
  :backtrack_request_creation_time,
  :status)
  include Aws::Structure
end

#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)


4134
4135
4136
4137
4138
4139
4140
4141
4142
# File 'lib/aws-sdk-rds/types.rb', line 4134

class DBClusterBacktrack < Struct.new(
  :db_cluster_identifier,
  :backtrack_identifier,
  :backtrack_to,
  :backtracked_from,
  :backtrack_request_creation_time,
  :status)
  include Aws::Structure
end