Class: Aws::Omics::Types::StartReadSetImportJobResponse

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

#creation_timeTime

When the job was created.



6008
6009
6010
6011
6012
6013
6014
6015
6016
# File 'lib/aws-sdk-omics/types.rb', line 6008

class StartReadSetImportJobResponse < Struct.new(
  :id,
  :sequence_store_id,
  :role_arn,
  :status,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The job’s ID.



6008
6009
6010
6011
6012
6013
6014
6015
6016
# File 'lib/aws-sdk-omics/types.rb', line 6008

class StartReadSetImportJobResponse < Struct.new(
  :id,
  :sequence_store_id,
  :role_arn,
  :status,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The job’s service role ARN.



6008
6009
6010
6011
6012
6013
6014
6015
6016
# File 'lib/aws-sdk-omics/types.rb', line 6008

class StartReadSetImportJobResponse < Struct.new(
  :id,
  :sequence_store_id,
  :role_arn,
  :status,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#sequence_store_idString

The read set’s sequence store ID.



6008
6009
6010
6011
6012
6013
6014
6015
6016
# File 'lib/aws-sdk-omics/types.rb', line 6008

class StartReadSetImportJobResponse < Struct.new(
  :id,
  :sequence_store_id,
  :role_arn,
  :status,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The job’s status.



6008
6009
6010
6011
6012
6013
6014
6015
6016
# File 'lib/aws-sdk-omics/types.rb', line 6008

class StartReadSetImportJobResponse < Struct.new(
  :id,
  :sequence_store_id,
  :role_arn,
  :status,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end