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.
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_jobs ⇒ Array<Types::ReportJob>
Details about your report jobs in JSON format.
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 |