Class: Aws::Types::ListDbBackupsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListDbBackupsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[Types::DbBackupSummary]
Returns the value of attribute items.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#items ⇒ ::Array[Types::DbBackupSummary]
Returns the value of attribute items.
620 621 622 |
# File 'sig/types.rbs', line 620 def items @items end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
621 622 623 |
# File 'sig/types.rbs', line 621 def next_token @next_token end |