Class: Aws::Omics::Types::GetReferenceImportJobResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#completion_timeTime

When the job completed.

Returns:

  • (Time)


2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
# File 'lib/aws-sdk-omics/types.rb', line 2340

class GetReferenceImportJobResponse < Struct.new(
  :id,
  :reference_store_id,
  :role_arn,
  :status,
  :status_message,
  :creation_time,
  :completion_time,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

When the job was created.

Returns:

  • (Time)


2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
# File 'lib/aws-sdk-omics/types.rb', line 2340

class GetReferenceImportJobResponse < Struct.new(
  :id,
  :reference_store_id,
  :role_arn,
  :status,
  :status_message,
  :creation_time,
  :completion_time,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The job’s ID.

Returns:

  • (String)


2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
# File 'lib/aws-sdk-omics/types.rb', line 2340

class GetReferenceImportJobResponse < Struct.new(
  :id,
  :reference_store_id,
  :role_arn,
  :status,
  :status_message,
  :creation_time,
  :completion_time,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#reference_store_idString

The job’s reference store ID.

Returns:

  • (String)


2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
# File 'lib/aws-sdk-omics/types.rb', line 2340

class GetReferenceImportJobResponse < Struct.new(
  :id,
  :reference_store_id,
  :role_arn,
  :status,
  :status_message,
  :creation_time,
  :completion_time,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The job’s service role ARN.

Returns:

  • (String)


2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
# File 'lib/aws-sdk-omics/types.rb', line 2340

class GetReferenceImportJobResponse < Struct.new(
  :id,
  :reference_store_id,
  :role_arn,
  :status,
  :status_message,
  :creation_time,
  :completion_time,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#sourcesArray<Types::ImportReferenceSourceItem>

The job’s source files.



2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
# File 'lib/aws-sdk-omics/types.rb', line 2340

class GetReferenceImportJobResponse < Struct.new(
  :id,
  :reference_store_id,
  :role_arn,
  :status,
  :status_message,
  :creation_time,
  :completion_time,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The job’s status.

Returns:

  • (String)


2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
# File 'lib/aws-sdk-omics/types.rb', line 2340

class GetReferenceImportJobResponse < Struct.new(
  :id,
  :reference_store_id,
  :role_arn,
  :status,
  :status_message,
  :creation_time,
  :completion_time,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

The job’s status message.

Returns:

  • (String)


2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
# File 'lib/aws-sdk-omics/types.rb', line 2340

class GetReferenceImportJobResponse < Struct.new(
  :id,
  :reference_store_id,
  :role_arn,
  :status,
  :status_message,
  :creation_time,
  :completion_time,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end