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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/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)


7317
7318
7319
7320
7321
7322
7323
7324
7325
7326
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7317

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)


7317
7318
7319
7320
7321
7322
7323
7324
7325
7326
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7317

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)


7317
7318
7319
7320
7321
7322
7323
7324
7325
7326
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7317

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)


7317
7318
7319
7320
7321
7322
7323
7324
7325
7326
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7317

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)


7317
7318
7319
7320
7321
7322
7323
7324
7325
7326
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7317

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)


7317
7318
7319
7320
7321
7322
7323
7324
7325
7326
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7317

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