Class: Aws::Types::DBClusterAutomatedBackupMessage
- Inherits:
-
Object
- Object
- Aws::Types::DBClusterAutomatedBackupMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_cluster_automated_backups ⇒ ::Array[Types::DBClusterAutomatedBackup]
Returns the value of attribute db_cluster_automated_backups.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#db_cluster_automated_backups ⇒ ::Array[Types::DBClusterAutomatedBackup]
Returns the value of attribute db_cluster_automated_backups.
948 949 950 |
# File 'sig/types.rbs', line 948 def db_cluster_automated_backups @db_cluster_automated_backups end |
#marker ⇒ ::String
Returns the value of attribute marker.
947 948 949 |
# File 'sig/types.rbs', line 947 def marker @marker end |