Class: Aws::Backup::Types::ListReportJobsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::ListReportJobsOutput
- Defined in:
- gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
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.
-
#report_jobs ⇒ Array<Types::ReportJob>
Details about your report jobs in JSON format.
Instance Attribute Details
#next_token ⇒ String
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.
4464 4465 4466 4467 4468 4469 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4464 class ListReportJobsOutput < Struct.new( :report_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |
#report_jobs ⇒ Array<Types::ReportJob>
Details about your report jobs in JSON format.
4464 4465 4466 4467 4468 4469 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4464 class ListReportJobsOutput < Struct.new( :report_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |