Class: Aws::Types::ListBackupJobSummariesOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListBackupJobSummariesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation_period ⇒ ::String
Returns the value of attribute aggregation_period.
-
#backup_job_summaries ⇒ ::Array[Types::BackupJobSummary]
Returns the value of attribute backup_job_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#aggregation_period ⇒ ::String
Returns the value of attribute aggregation_period.
1272 1273 1274 |
# File 'sig/types.rbs', line 1272 def aggregation_period @aggregation_period end |
#backup_job_summaries ⇒ ::Array[Types::BackupJobSummary]
Returns the value of attribute backup_job_summaries.
1271 1272 1273 |
# File 'sig/types.rbs', line 1271 def backup_job_summaries @backup_job_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1273 1274 1275 |
# File 'sig/types.rbs', line 1273 def next_token @next_token end |