Class: Aws::Backup::Types::ListReportJobsInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#by_creation_afterTime

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.

Returns:

  • (Time)


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_beforeTime

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.

Returns:

  • (Time)


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_nameString

Returns only report jobs with the specified report plan name.

Returns:

  • (String)


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_statusString

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.

Returns:

  • (String)


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_resultsInteger

The number of desired results from 1 to 1000. Optional. If unspecified, the query will return 1 MB of data.

Returns:

  • (Integer)


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_tokenString

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.

Returns:

  • (String)


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