Class: Aws::Types::DBClusterBacktrack
- Inherits:
-
Object
- Object
- Aws::Types::DBClusterBacktrack
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backtrack_identifier ⇒ ::String
Returns the value of attribute backtrack_identifier.
-
#backtrack_request_creation_time ⇒ ::Time
Returns the value of attribute backtrack_request_creation_time.
-
#backtrack_to ⇒ ::Time
Returns the value of attribute backtrack_to.
-
#backtracked_from ⇒ ::Time
Returns the value of attribute backtracked_from.
-
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#backtrack_identifier ⇒ ::String
Returns the value of attribute backtrack_identifier.
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.
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.
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.
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.
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.
964 965 966 |
# File 'sig/types.rbs', line 964 def status @status end |