Class: Aws::Backup::Types::ListReportJobsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

Returns:

  • (String)


5703
5704
5705
5706
5707
5708
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5703

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

#report_jobsArray<Types::ReportJob>

Details about your report jobs in JSON format.

Returns:



5703
5704
5705
5706
5707
5708
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5703

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