Class: Aws::Types::DescribeDBClusterBacktracksMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDBClusterBacktracksMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backtrack_identifier ⇒ ::String
Returns the value of attribute backtrack_identifier.
-
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
Instance Attribute Details
#backtrack_identifier ⇒ ::String
Returns the value of attribute backtrack_identifier.
1976 1977 1978 |
# File 'sig/types.rbs', line 1976 def backtrack_identifier @backtrack_identifier end |
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
1975 1976 1977 |
# File 'sig/types.rbs', line 1975 def db_cluster_identifier @db_cluster_identifier end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
1977 1978 1979 |
# File 'sig/types.rbs', line 1977 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
1979 1980 1981 |
# File 'sig/types.rbs', line 1979 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1978 1979 1980 |
# File 'sig/types.rbs', line 1978 def max_records @max_records end |