Class: Aws::Types::ListRestoreJobSummariesOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListRestoreJobSummariesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation_period ⇒ ::String
Returns the value of attribute aggregation_period.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#restore_job_summaries ⇒ ::Array[Types::RestoreJobSummary]
Returns the value of attribute restore_job_summaries.
Instance Attribute Details
#aggregation_period ⇒ ::String
Returns the value of attribute aggregation_period.
1574 1575 1576 |
# File 'sig/types.rbs', line 1574 def aggregation_period @aggregation_period end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1575 1576 1577 |
# File 'sig/types.rbs', line 1575 def next_token @next_token end |
#restore_job_summaries ⇒ ::Array[Types::RestoreJobSummary]
Returns the value of attribute restore_job_summaries.
1573 1574 1575 |
# File 'sig/types.rbs', line 1573 def restore_job_summaries @restore_job_summaries end |