Class: Aws::Types::DBClusterBacktrack

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backtrack_identifier::String

Returns the value of attribute backtrack_identifier.

Returns:

  • (::String)


960
961
962
# File 'sig/types.rbs', line 960

def backtrack_identifier
  @backtrack_identifier
end

#backtrack_request_creation_time::Time

Returns the value of attribute backtrack_request_creation_time.

Returns:

  • (::Time)


963
964
965
# File 'sig/types.rbs', line 963

def backtrack_request_creation_time
  @backtrack_request_creation_time
end

#backtrack_to::Time

Returns the value of attribute backtrack_to.

Returns:

  • (::Time)


961
962
963
# File 'sig/types.rbs', line 961

def backtrack_to
  @backtrack_to
end

#backtracked_from::Time

Returns the value of attribute backtracked_from.

Returns:

  • (::Time)


962
963
964
# File 'sig/types.rbs', line 962

def backtracked_from
  @backtracked_from
end

#db_cluster_identifier::String

Returns the value of attribute db_cluster_identifier.

Returns:

  • (::String)


959
960
961
# File 'sig/types.rbs', line 959

def db_cluster_identifier
  @db_cluster_identifier
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


964
965
966
# File 'sig/types.rbs', line 964

def status
  @status
end