Class: Aws::BackupSearch::Types::GetSearchResultExportJobOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#completion_timeTime

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.

Returns:

  • (Time)


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_timeTime

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.

Returns:

  • (Time)


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_arnString

The unique Amazon Resource Name (ARN) that uniquely identifies the export job.

Returns:

  • (String)


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_identifierString

This is the unique string that identifies the specified export job.

Returns:

  • (String)


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_specificationTypes::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_arnString

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

Returns:

  • (String)


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

#statusString

This is the current status of the export job.

Returns:

  • (String)


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_messageString

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.

Returns:

  • (String)


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