Class: Aws::Types::ListBackupsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListBackupsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_summaries ⇒ ::Array[Types::BackupSummary]
Returns the value of attribute backup_summaries.
-
#last_evaluated_backup_arn ⇒ ::String
Returns the value of attribute last_evaluated_backup_arn.
Instance Attribute Details
#backup_summaries ⇒ ::Array[Types::BackupSummary]
Returns the value of attribute backup_summaries.
1017 1018 1019 |
# File 'sig/types.rbs', line 1017 def backup_summaries @backup_summaries end |
#last_evaluated_backup_arn ⇒ ::String
Returns the value of attribute last_evaluated_backup_arn.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def last_evaluated_backup_arn @last_evaluated_backup_arn end |