Class: Aws::Types::DBClusterBacktrackMessage
- Inherits:
-
Object
- Object
- Aws::Types::DBClusterBacktrackMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_cluster_backtracks ⇒ ::Array[Types::DBClusterBacktrack]
Returns the value of attribute db_cluster_backtracks.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#db_cluster_backtracks ⇒ ::Array[Types::DBClusterBacktrack]
Returns the value of attribute db_cluster_backtracks.
970 971 972 |
# File 'sig/types.rbs', line 970 def db_cluster_backtracks @db_cluster_backtracks end |
#marker ⇒ ::String
Returns the value of attribute marker.
969 970 971 |
# File 'sig/types.rbs', line 969 def marker @marker end |