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.
6340 6341 6342 6343 6344 6345 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6340 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.
6340 6341 6342 6343 6344 6345 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6340 class ListReportJobsOutput < Struct.new( :report_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |