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.
6039 6040 6041 6042 6043 6044 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6039 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.
6039 6040 6041 6042 6043 6044 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6039 class ListRestoreJobsOutput < Struct.new( :restore_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |