Class: Aws::BackupSearch::Types::StartSearchResultExportJobOutput

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

#export_job_arnString

This is the unique ARN (Amazon Resource Name) that belongs to the new export job.

Returns:

  • (String)


1301
1302
1303
1304
1305
1306
# File 'lib/aws-sdk-backupsearch/types.rb', line 1301

class StartSearchResultExportJobOutput < Struct.new(
  :export_job_arn,
  :export_job_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#export_job_identifierString

This is the unique identifier that specifies the new export job.

Returns:

  • (String)


1301
1302
1303
1304
1305
1306
# File 'lib/aws-sdk-backupsearch/types.rb', line 1301

class StartSearchResultExportJobOutput < Struct.new(
  :export_job_arn,
  :export_job_identifier)
  SENSITIVE = []
  include Aws::Structure
end