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.
6939 6940 6941 6942 6943 6944 6945 6946 6947 6948 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6939 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.
6939 6940 6941 6942 6943 6944 6945 6946 6947 6948 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6939 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.
6939 6940 6941 6942 6943 6944 6945 6946 6947 6948 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6939 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 | COMPLETED_WITH_ISSUES
Please note that only scanning jobs finish with state completed with issues. For backup jobs this is a console interpretation of a job that finishes in completed state and has a status message.
6939 6940 6941 6942 6943 6944 6945 6946 6947 6948 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6939 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.
6939 6940 6941 6942 6943 6944 6945 6946 6947 6948 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6939 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.
6939 6940 6941 6942 6943 6944 6945 6946 6947 6948 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6939 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 |