Class: Aws::BackupSearch::Types::SearchJobSummary

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

Overview

This is information pertaining to a search job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#completion_timeTime

This is the completion time of the search job.

Returns:

  • (Time)


1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
# File 'gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb', line 1061

class SearchJobSummary < Struct.new(
  :search_job_identifier,
  :search_job_arn,
  :name,
  :status,
  :creation_time,
  :completion_time,
  :search_scope_summary,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

This is the creation time of the search job.

Returns:

  • (Time)


1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
# File 'gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb', line 1061

class SearchJobSummary < Struct.new(
  :search_job_identifier,
  :search_job_arn,
  :name,
  :status,
  :creation_time,
  :completion_time,
  :search_scope_summary,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

This is the name of the search job.

Returns:

  • (String)


1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
# File 'gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb', line 1061

class SearchJobSummary < Struct.new(
  :search_job_identifier,
  :search_job_arn,
  :name,
  :status,
  :creation_time,
  :completion_time,
  :search_scope_summary,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#search_job_arnString

The unique string that identifies the Amazon Resource Name (ARN) of the specified search job.

Returns:

  • (String)


1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
# File 'gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb', line 1061

class SearchJobSummary < Struct.new(
  :search_job_identifier,
  :search_job_arn,
  :name,
  :status,
  :creation_time,
  :completion_time,
  :search_scope_summary,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#search_job_identifierString

The unique string that specifies the search job.

Returns:

  • (String)


1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
# File 'gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb', line 1061

class SearchJobSummary < Struct.new(
  :search_job_identifier,
  :search_job_arn,
  :name,
  :status,
  :creation_time,
  :completion_time,
  :search_scope_summary,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#search_scope_summaryTypes::SearchScopeSummary

Returned summary of the specified search job scope, including:

  • TotalBackupsToScanCount, the number of recovery points returned by the search.

  • TotalItemsToScanCount, the number of items returned by the search.



1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
# File 'gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb', line 1061

class SearchJobSummary < Struct.new(
  :search_job_identifier,
  :search_job_arn,
  :name,
  :status,
  :creation_time,
  :completion_time,
  :search_scope_summary,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

This is the status of the search job.

Returns:

  • (String)


1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
# File 'gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb', line 1061

class SearchJobSummary < Struct.new(
  :search_job_identifier,
  :search_job_arn,
  :name,
  :status,
  :creation_time,
  :completion_time,
  :search_scope_summary,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

A status message will be returned for either a earch job with a status of ERRORED or a status of COMPLETED jobs with issues.

For example, a message may say that a search contained recovery points unable to be scanned because of a permissions issue.

Returns:

  • (String)


1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
# File 'gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb', line 1061

class SearchJobSummary < Struct.new(
  :search_job_identifier,
  :search_job_arn,
  :name,
  :status,
  :creation_time,
  :completion_time,
  :search_scope_summary,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end