Class: Aws::Types::ClusterDbRevisionsMessage
- Inherits:
-
Object
- Object
- Aws::Types::ClusterDbRevisionsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_db_revisions ⇒ ::Array[Types::ClusterDbRevision]
Returns the value of attribute cluster_db_revisions.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#cluster_db_revisions ⇒ ::Array[Types::ClusterDbRevision]
Returns the value of attribute cluster_db_revisions.
285 286 287 |
# File 'sig/types.rbs', line 285 def cluster_db_revisions @cluster_db_revisions end |
#marker ⇒ ::String
Returns the value of attribute marker.
284 285 286 |
# File 'sig/types.rbs', line 284 def marker @marker end |