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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#backtrack_identifierString

Contains the backtrack identifier.

Returns:

  • (String)


7286
7287
7288
7289
7290
7291
7292
7293
7294
7295
# File 'lib/aws-sdk-rds/types.rb', line 7286

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

#backtrack_request_creation_timeTime

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

Returns:

  • (Time)


7286
7287
7288
7289
7290
7291
7292
7293
7294
7295
# File 'lib/aws-sdk-rds/types.rb', line 7286

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

#backtrack_toTime

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

Returns:

  • (Time)


7286
7287
7288
7289
7290
7291
7292
7293
7294
7295
# File 'lib/aws-sdk-rds/types.rb', line 7286

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

#backtracked_fromTime

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

Returns:

  • (Time)


7286
7287
7288
7289
7290
7291
7292
7293
7294
7295
# File 'lib/aws-sdk-rds/types.rb', line 7286

class DBClusterBacktrack < Struct.new(
  :db_cluster_identifier,
  :backtrack_identifier,
  :backtrack_to,
  :backtracked_from,
  :backtrack_request_creation_time,
  :status)
  SENSITIVE = []
  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)


7286
7287
7288
7289
7290
7291
7292
7293
7294
7295
# File 'lib/aws-sdk-rds/types.rb', line 7286

class DBClusterBacktrack < Struct.new(
  :db_cluster_identifier,
  :backtrack_identifier,
  :backtrack_to,
  :backtracked_from,
  :backtrack_request_creation_time,
  :status)
  SENSITIVE = []
  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)


7286
7287
7288
7289
7290
7291
7292
7293
7294
7295
# File 'lib/aws-sdk-rds/types.rb', line 7286

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