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)


5712
5713
5714
5715
5716
5717
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5712

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:



5712
5713
5714
5715
5716
5717
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5712

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