Class: Aws::Types::DBClusterSnapshotMessage
- Inherits:
-
Object
- Object
- Aws::Types::DBClusterSnapshotMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_cluster_snapshots ⇒ ::Array[Types::DBClusterSnapshot]
Returns the value of attribute db_cluster_snapshots.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#db_cluster_snapshots ⇒ ::Array[Types::DBClusterSnapshot]
Returns the value of attribute db_cluster_snapshots.
1135 1136 1137 |
# File 'sig/types.rbs', line 1135 def db_cluster_snapshots @db_cluster_snapshots end |
#marker ⇒ ::String
Returns the value of attribute marker.
1134 1135 1136 |
# File 'sig/types.rbs', line 1134 def marker @marker end |