Class: Aws::BackupSearch::Types::GetSearchResultExportJobOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupSearch::Types::GetSearchResultExportJobOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backupsearch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#completion_time ⇒ Time
The date and time that an export job completed, in Unix format and Coordinated Universal Time (UTC).
-
#creation_time ⇒ Time
The date and time that an export job was created, in Unix format and Coordinated Universal Time (UTC).
-
#export_job_arn ⇒ String
The unique Amazon Resource Name (ARN) that uniquely identifies the export job.
-
#export_job_identifier ⇒ String
This is the unique string that identifies the specified export job.
-
#export_specification ⇒ Types::ExportSpecification
The export specification consists of the destination S3 bucket to which the search results were exported, along with the destination prefix.
-
#search_job_arn ⇒ String
The unique string that identifies the Amazon Resource Name (ARN) of the specified search job.
-
#status ⇒ String
This is the current status of the export job.
-
#status_message ⇒ String
A status message is a string that is returned for search job with a status of ‘FAILED`, along with steps to remedy and retry the operation.
Instance Attribute Details
#completion_time ⇒ Time
The date and time that an export job completed, in Unix format and Coordinated Universal Time (UTC). The value of ‘CreationTime` is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
457 458 459 460 461 462 463 464 465 466 467 468 |
# File 'lib/aws-sdk-backupsearch/types.rb', line 457 class GetSearchResultExportJobOutput < Struct.new( :export_job_identifier, :export_job_arn, :status, :creation_time, :completion_time, :status_message, :export_specification, :search_job_arn) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The date and time that an export job was created, in Unix format and Coordinated Universal Time (UTC). The value of ‘CreationTime` is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
457 458 459 460 461 462 463 464 465 466 467 468 |
# File 'lib/aws-sdk-backupsearch/types.rb', line 457 class GetSearchResultExportJobOutput < Struct.new( :export_job_identifier, :export_job_arn, :status, :creation_time, :completion_time, :status_message, :export_specification, :search_job_arn) SENSITIVE = [] include Aws::Structure end |
#export_job_arn ⇒ String
The unique Amazon Resource Name (ARN) that uniquely identifies the export job.
457 458 459 460 461 462 463 464 465 466 467 468 |
# File 'lib/aws-sdk-backupsearch/types.rb', line 457 class GetSearchResultExportJobOutput < Struct.new( :export_job_identifier, :export_job_arn, :status, :creation_time, :completion_time, :status_message, :export_specification, :search_job_arn) SENSITIVE = [] include Aws::Structure end |
#export_job_identifier ⇒ String
This is the unique string that identifies the specified export job.
457 458 459 460 461 462 463 464 465 466 467 468 |
# File 'lib/aws-sdk-backupsearch/types.rb', line 457 class GetSearchResultExportJobOutput < Struct.new( :export_job_identifier, :export_job_arn, :status, :creation_time, :completion_time, :status_message, :export_specification, :search_job_arn) SENSITIVE = [] include Aws::Structure end |
#export_specification ⇒ Types::ExportSpecification
The export specification consists of the destination S3 bucket to which the search results were exported, along with the destination prefix.
457 458 459 460 461 462 463 464 465 466 467 468 |
# File 'lib/aws-sdk-backupsearch/types.rb', line 457 class GetSearchResultExportJobOutput < Struct.new( :export_job_identifier, :export_job_arn, :status, :creation_time, :completion_time, :status_message, :export_specification, :search_job_arn) SENSITIVE = [] include Aws::Structure end |
#search_job_arn ⇒ String
The unique string that identifies the Amazon Resource Name (ARN) of the specified search job.
457 458 459 460 461 462 463 464 465 466 467 468 |
# File 'lib/aws-sdk-backupsearch/types.rb', line 457 class GetSearchResultExportJobOutput < Struct.new( :export_job_identifier, :export_job_arn, :status, :creation_time, :completion_time, :status_message, :export_specification, :search_job_arn) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
This is the current status of the export job.
457 458 459 460 461 462 463 464 465 466 467 468 |
# File 'lib/aws-sdk-backupsearch/types.rb', line 457 class GetSearchResultExportJobOutput < Struct.new( :export_job_identifier, :export_job_arn, :status, :creation_time, :completion_time, :status_message, :export_specification, :search_job_arn) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
A status message is a string that is returned for search job with a status of ‘FAILED`, along with steps to remedy and retry the operation.
457 458 459 460 461 462 463 464 465 466 467 468 |
# File 'lib/aws-sdk-backupsearch/types.rb', line 457 class GetSearchResultExportJobOutput < Struct.new( :export_job_identifier, :export_job_arn, :status, :creation_time, :completion_time, :status_message, :export_specification, :search_job_arn) SENSITIVE = [] include Aws::Structure end |