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.
3487 3488 3489 3490 3491 3492 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3487 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.
3487 3488 3489 3490 3491 3492 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3487 class ListRestoreJobsOutput < Struct.new( :restore_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |