Class: Aws::Backup::Types::ListReportJobsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::ListReportJobsInput
- Defined in:
- gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#by_creation_after ⇒ Time
Returns only report jobs that were created after the date and time specified in Unix format and Coordinated Universal Time (UTC).
-
#by_creation_before ⇒ Time
Returns only report jobs that were created before the date and time specified in Unix format and Coordinated Universal Time (UTC).
-
#by_report_plan_name ⇒ String
Returns only report jobs with the specified report plan name.
-
#by_status ⇒ String
Returns only report jobs that are in the specified status.
-
#max_results ⇒ Integer
The number of desired results from 1 to 1000.
-
#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.
Instance Attribute Details
#by_creation_after ⇒ Time
Returns only report jobs that were created after the date and time specified in Unix format and Coordinated Universal Time (UTC). For example, the value 1516925490 represents Friday, January 26, 2018 12:11:30 AM.
5679 5680 5681 5682 5683 5684 5685 5686 5687 5688 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5679 class ListReportJobsInput < Struct.new( :by_report_plan_name, :by_creation_before, :by_creation_after, :by_status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#by_creation_before ⇒ Time
Returns only report jobs that were created before the date and time specified in Unix format and Coordinated Universal Time (UTC). For example, the value 1516925490 represents Friday, January 26, 2018 12:11:30 AM.
5679 5680 5681 5682 5683 5684 5685 5686 5687 5688 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5679 class ListReportJobsInput < Struct.new( :by_report_plan_name, :by_creation_before, :by_creation_after, :by_status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#by_report_plan_name ⇒ String
Returns only report jobs with the specified report plan name.
5679 5680 5681 5682 5683 5684 5685 5686 5687 5688 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5679 class ListReportJobsInput < Struct.new( :by_report_plan_name, :by_creation_before, :by_creation_after, :by_status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#by_status ⇒ String
Returns only report jobs that are in the specified status. The statuses are:
CREATED | RUNNING | COMPLETED | FAILED
5679 5680 5681 5682 5683 5684 5685 5686 5687 5688 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5679 class ListReportJobsInput < Struct.new( :by_report_plan_name, :by_creation_before, :by_creation_after, :by_status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The number of desired results from 1 to 1000. Optional. If unspecified, the query will return 1 MB of data.
5679 5680 5681 5682 5683 5684 5685 5686 5687 5688 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5679 class ListReportJobsInput < Struct.new( :by_report_plan_name, :by_creation_before, :by_creation_after, :by_status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#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.
5679 5680 5681 5682 5683 5684 5685 5686 5687 5688 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5679 class ListReportJobsInput < Struct.new( :by_report_plan_name, :by_creation_before, :by_creation_after, :by_status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |