Class: Aws::BackupSearch::Types::ListSearchJobsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The next item following a partial list of returned backups included in a search job.

For example, if a request is made to return MaxResults number of backups, NextToken allows you to return more items in your list starting at the location pointed to by the next token.

Returns:

  • (String)


652
653
654
655
656
657
# File 'gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb', line 652

class ListSearchJobsOutput < Struct.new(
  :search_jobs,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#search_jobsArray<Types::SearchJobSummary>

The search jobs among the list, with details of the returned search jobs.

Returns:



652
653
654
655
656
657
# File 'gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb', line 652

class ListSearchJobsOutput < Struct.new(
  :search_jobs,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end