Class: Aws::BackupSearch::Types::StartSearchJobOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The date and time that a job was created, in Unix format and Coordinated Universal Time (UTC). The value of CompletionTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

Returns:

  • (Time)


1240
1241
1242
1243
1244
1245
1246
# File 'gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb', line 1240

class StartSearchJobOutput < Struct.new(
  :search_job_arn,
  :creation_time,
  :search_job_identifier)
  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)


1240
1241
1242
1243
1244
1245
1246
# File 'gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb', line 1240

class StartSearchJobOutput < Struct.new(
  :search_job_arn,
  :creation_time,
  :search_job_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#search_job_identifierString

The unique string that specifies the search job.

Returns:

  • (String)


1240
1241
1242
1243
1244
1245
1246
# File 'gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb', line 1240

class StartSearchJobOutput < Struct.new(
  :search_job_arn,
  :creation_time,
  :search_job_identifier)
  SENSITIVE = []
  include Aws::Structure
end