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.
4441 4442 4443 4444 4445 4446 4447 4448 4449 4450 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4441 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.
4441 4442 4443 4444 4445 4446 4447 4448 4449 4450 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4441 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.
4441 4442 4443 4444 4445 4446 4447 4448 4449 4450 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4441 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
4441 4442 4443 4444 4445 4446 4447 4448 4449 4450 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4441 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.
4441 4442 4443 4444 4445 4446 4447 4448 4449 4450 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4441 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.
4441 4442 4443 4444 4445 4446 4447 4448 4449 4450 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4441 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 |