Class: Aws::Backup::Types::ListRestoreJobsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::ListRestoreJobsOutput
- Defined in:
- gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The next item following a partial list of returned items.
-
#restore_jobs ⇒ Array<Types::RestoreJobsListMember>
An array of objects that contain detailed information about jobs to restore saved resources.
Instance Attribute Details
#next_token ⇒ String
The next item following a partial list of returned items. For
example, if a request is made to return MaxResults number of
items, NextToken allows you to return more items in your list
starting at the location pointed to by the next token.
7349 7350 7351 7352 7353 7354 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 7349 class ListRestoreJobsOutput < Struct.new( :restore_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |
#restore_jobs ⇒ Array<Types::RestoreJobsListMember>
An array of objects that contain detailed information about jobs to restore saved resources.
7349 7350 7351 7352 7353 7354 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 7349 class ListRestoreJobsOutput < Struct.new( :restore_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |