Class: Aws::Types::BacktrackDBClusterMessage
- Inherits:
-
Object
- Object
- Aws::Types::BacktrackDBClusterMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backtrack_to ⇒ ::Time
Returns the value of attribute backtrack_to.
-
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
-
#force ⇒ Boolean
Returns the value of attribute force.
-
#use_earliest_time_on_point_in_time_unavailable ⇒ Boolean
Returns the value of attribute use_earliest_time_on_point_in_time_unavailable.
Instance Attribute Details
#backtrack_to ⇒ ::Time
Returns the value of attribute backtrack_to.
142 143 144 |
# File 'sig/types.rbs', line 142 def backtrack_to @backtrack_to end |
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
141 142 143 |
# File 'sig/types.rbs', line 141 def db_cluster_identifier @db_cluster_identifier end |
#force ⇒ Boolean
Returns the value of attribute force.
143 144 145 |
# File 'sig/types.rbs', line 143 def force @force end |
#use_earliest_time_on_point_in_time_unavailable ⇒ Boolean
Returns the value of attribute use_earliest_time_on_point_in_time_unavailable.
144 145 146 |
# File 'sig/types.rbs', line 144 def use_earliest_time_on_point_in_time_unavailable @use_earliest_time_on_point_in_time_unavailable end |