Class: Aws::Omics::Types::GetReadSetImportJobResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-omics/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)


2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2123

class GetReadSetImportJobResponse < Struct.new(
  :id,
  :sequence_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)


2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2123

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

#idString

The job's ID.

Returns:

  • (String)


2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2123

class GetReadSetImportJobResponse < Struct.new(
  :id,
  :sequence_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)


2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2123

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

#sequence_store_idString

The job's sequence store ID.

Returns:

  • (String)


2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2123

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

#sourcesArray<Types::ImportReadSetSourceItem>

The job's source files.

Returns:



2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2123

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

#statusString

The job's status.

Returns:

  • (String)


2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2123

class GetReadSetImportJobResponse < Struct.new(
  :id,
  :sequence_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)


2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2123

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